diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 17:38:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:23 +0200 |
commit | e264ff550f5e2f2cfc836e9ecdf3c5065aed1d97 (patch) | |
tree | 4cdd4305b9bbbbe2c6401a4cc7b247766fb92cdd /sd/Library_sd.mk | |
parent | 0bb8c032535a9a6311ba27e22fade8a0ff84429d (diff) |
bluez_bluetooth: remove Package_inc
Change-Id: I1168fca3ad3091f9562dfe25aee45329ebbb4988
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index c18535345d91..55fb129ec698 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -32,12 +32,9 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\ sd/sdi/sdslots \ )) -$(eval $(call gb_Library_use_packages,sd,\ - bluez_bluetooth_inc \ -)) - $(eval $(call gb_Library_set_include,sd,\ $$(INCLUDE) \ + -I$(SRCDIR)/bluez_bluetooth/inc \ -I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/source/ui/slidesorter/inc \ |