summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-05 06:53:49 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-05 06:53:49 +0100
commit8fa06c85daea3c9899991a5f38f7d72c483cf5cd (patch)
tree732bb0e05ccad633b1399ca3cbb90304baf6557b /sd
parent217eae4f1f7d6f5c6d8efd3d86aa45e70ebee93f (diff)
add an external for bluez_bluetooth_headers
Change-Id: Idf48f9a5c2245f6696688a17a0fa3809ae751582
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 249cb4ea6df9..bafb8201b56c 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -44,12 +44,6 @@ $(eval $(call gb_Library_set_include,sd,\
-I$(WORKDIR)/SdiTarget/sd/sdi \
))
-ifneq ($(SYSTEM_BLUEZ),YES)
-$(eval $(call gb_Library_add_cxxflags,sd,\
- -I$(SRCDIR)/external/bluez_bluetooth/inc \
-))
-endif
-
$(eval $(call gb_Library_add_defs,sd,\
-DSD_DLLIMPLEMENTATION \
))
@@ -101,6 +95,7 @@ $(eval $(call gb_Library_use_libraries,sd,\
ifeq ($(OS), LINUX)
$(eval $(call gb_Library_use_externals,sd,\
+ bluez_bluetooth_headers \
boost_headers \
libxml2 \
dbus \
@@ -110,6 +105,7 @@ $(eval $(call gb_Library_use_externals,sd,\
))
else
$(eval $(call gb_Library_use_externals,sd,\
+ bluez_bluetooth_headers \
boost_headers \
libxml2 \
dbus \