diff options
author | Siqi <me@siqi.fr> | 2013-07-25 17:59:30 +0200 |
---|---|---|
committer | Siqi <me@siqi.fr> | 2013-07-25 18:28:55 +0200 |
commit | d1a6a00ab873111a6ab8eb7c515ddc65473e260a (patch) | |
tree | aa3b9627e782fb428a2c6b90745952436fd774e9 /sd/Library_sd.mk | |
parent | 9a44e90c2c5c19fb310298ed525c2b77f49c97b8 (diff) |
fix for OS where avahi is not present
Change-Id: Ib3e21b786821baa7c3c47755de5125e1de566c39
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 8 |
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,\ |