summaryrefslogtreecommitdiffstats
path: root/sd/CppunitTest_sd_uimpress.mk
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-07-25 17:27:10 +0200
committerSiqi LIU <me@siqi.fr>2013-07-25 17:28:02 +0200
commit65134fb75c3e94b7869fb6d490f88bf4b252760e (patch)
tree1c5813e30c136e2a670c21c861fe23ef23141901 /sd/CppunitTest_sd_uimpress.mk
parentavahi for linux refactored (diff)
downloadcore-65134fb75c3e94b7869fb6d490f88bf4b252760e.tar.gz
core-65134fb75c3e94b7869fb6d490f88bf4b252760e.zip
minor updates for avahi/bonjour refacotration
Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96
Diffstat (limited to 'sd/CppunitTest_sd_uimpress.mk')
-rw-r--r--sd/CppunitTest_sd_uimpress.mk14
1 files changed, 11 insertions, 3 deletions
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index 8fa24f522ecc..c1a66ca5f620 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -71,12 +71,20 @@ $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\
))
endif
+ifeq ($(OS), LINUX)
$(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
boost_headers \
- gtk \
- dbus \
- avahi \
+ gtk \
+ dbus \
+ avahi \
))
+else
+$(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
+ boost_headers \
+ gtk \
+ dbus \
+))
+endif
$(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\
sd/qa/unit/uimpress \