summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 20:28:45 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:25 +0200
commit4f94ee56483e6e2a8f16baa6c2ba8a4acf5df9b2 (patch)
treef30b80bc6c7714df8396b62867b325501d2bd826 /RepositoryExternal.mk
parent674e791119dc3d260b21f1d841a38deaea2e9a62 (diff)
x11_extensions: remove Package_inc
Change-Id: Iae077cdb1f79a6f539734ecc9897249675f2aa73
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 21430ccb7344..c2f21a07a696 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2456,8 +2456,9 @@ ifeq ($(GUIBASE),unx)
ifneq ($(filter X11_EXTENSIONS,$(BUILD_TYPE)),)
define gb_LinkTarget__use_x11extensions
-$(call gb_LinkTarget_use_packages,$(1),\
- x11_extensions_inc \
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(SRCDIR)/x11_extensions/inc \
+ $$(INCLUDE) \
)
endef