mozilla-idldir.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 11 Jan 2018 10:37:42 +0100
changeset 1020 d2c159cb9bf2
parent 1006 5ba9b67de554
permissions -rw-r--r--
rebased patches; updated spec file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
556
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
# HG changeset patch
716
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
     2
# Parent 1cd1e78dfe63c1a7bcfc0707697bb99bcfea19c4
556
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     3
# User Wolfgang Rosenauer <wr@rosenauer.org>
1006
5ba9b67de554 full rebase incl. fixing KDE variants of UI definitions
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 909
diff changeset
     4
# Parent  a3ba03360353036e15ec6d275c14d82d783c53f5
556
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     5
Install IDL files to includedir instead of /usr/share/idl
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     6
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     7
diff --git a/config/baseconfig.mk b/config/baseconfig.mk
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     8
--- a/config/baseconfig.mk
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     9
+++ b/config/baseconfig.mk
716
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    10
@@ -1,14 +1,14 @@
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    11
 # This file is normally included by autoconf.mk, but it is also used
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    12
 # directly in python/mozbuild/mozbuild/base.py for gmake validation.
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    13
 # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    14
 # whether a normal build is happening or whether the check is running.
556
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    15
 includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    16
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    17
+idldir = $(includedir)
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    18
 installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
a30fcfcd2e53 manual merge from firefox16 changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    19
 sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
904
6a889427cd4f 45.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 869
diff changeset
    20
 ifeq (.,$(DEPTH))
6a889427cd4f 45.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 869
diff changeset
    21
 DIST = dist
6a889427cd4f 45.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 869
diff changeset
    22
 else
6a889427cd4f 45.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 869
diff changeset
    23
 DIST = $(DEPTH)/dist
716
cef565f1c325 update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 686
diff changeset
    24
 endif
909
c6717354928b Firefox 46.0
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 904
diff changeset
    25
 ABS_DIST = $(topobjdir)/dist