mozilla-idldir.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sat, 11 Nov 2017 13:13:22 +0100
branchfirefox52
changeset 1009 7e424bc150d1
parent 909 c6717354928b
child 1006 5ba9b67de554
permissions -rw-r--r--
52.4.0
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>
909
c6717354928b Firefox 46.0
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 904
diff changeset
     4
# Parent  b0fb5e009b6af361b8781a923daa65170a2fdedb
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