Avoid duplication, use if function instead of ifeq

Change-Id: I1ea52a43278f2e9971987037e80842f8c55a8782
This commit is contained in:
Tor Lillqvist
2013-07-25 19:46:57 +03:00
parent 0b8e897647
commit 9f161a847a

View File

@@ -95,12 +95,13 @@ $(eval $(call gb_Library_use_libraries,sd,\
))
ifeq ($(OS), LINUX)
ifeq ($(ENABLE_AVAHI),TRUE)
$(eval $(call gb_Library_use_externals,sd,\
boost_headers \
libxml2 \
dbus \
avahi \
$(if $(ENABLE_AVAHI), \
avahi \
) \
))
else
$(eval $(call gb_Library_use_externals,sd,\
@@ -109,13 +110,6 @@ $(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,\