Kaydet (Commit) c852fa11 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Simplify and fix Avahi conditionals

Change-Id: Ied30c619804239044b935382d580dcb86bfb8b11
üst 4acf41db
......@@ -71,28 +71,14 @@ $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\
))
endif
ifeq ($(OS), LINUX)
ifeq ($(ENABLE_AVAHI),TRUE)
$(eval $(call gb_Library_use_externals,sd,\
boost_headers \
gtk \
dbus \
avahi \
))
else
$(eval $(call gb_Library_use_externals,sd,\
$(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\
boost_headers \
gtk \
dbus \
$(if $(ENABLE_AVAHI), \
avahi \
) \
))
endif
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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment