summaryrefslogtreecommitdiffstats
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorSiqi <me@siqi.fr>2013-07-25 17:59:30 +0200
committerSiqi <me@siqi.fr>2013-07-25 18:28:55 +0200
commitd1a6a00ab873111a6ab8eb7c515ddc65473e260a (patch)
treeaa3b9627e782fb428a2c6b90745952436fd774e9 /sd/Library_sd.mk
parentminor updates (diff)
downloadcore-d1a6a00ab873111a6ab8eb7c515ddc65473e260a.tar.gz
core-d1a6a00ab873111a6ab8eb7c515ddc65473e260a.zip
fix for OS where avahi is not present
Change-Id: Ib3e21b786821baa7c3c47755de5125e1de566c39
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 9466102eb587..f74514bb8f1d 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -95,6 +95,7 @@ $(eval $(call gb_Library_use_libraries,sd,\
))
ifeq ($(OS), LINUX)
+ifeq ($(ENABLE_AVAHI),TRUE)
$(eval $(call gb_Library_use_externals,sd,\
boost_headers \
libxml2 \
@@ -108,6 +109,13 @@ $(eval $(call gb_Library_use_externals,sd,\
dbus \
))
endif
+else
+$(eval $(call gb_Library_use_externals,sd,\
+ boost_headers \
+ libxml2 \
+ dbus \
+))
+endif
ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_system_win32_libs,sd,\