summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 20:14:35 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:24 +0200
commit72279eaa88e6828004aa664050c73707d3307488 (patch)
tree62f964830d3c8e349ad82d3d6936b2af6fab9089 /RepositoryExternal.mk
parentfea65aaa81938372f5c9a2689db32c73618699b3 (diff)
sane: remove Package_inc
Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
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 2d40dc09b589..33991a932644 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -188,8 +188,9 @@ endif
ifeq (SANE,$(filter SANE,$(BUILD_TYPE))$(filter WNT,$(OS)))
define gb_LinkTarget__use_sane_headers
-$(call gb_LinkTarget_use_packages,$(1),\
- sane_inc \
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(SRCDIR)/sane/inc \
+ $$(INCLUDE) \
)
endef