Avoid duplication, use if function instead of ifeq
Change-Id: I1ea52a43278f2e9971987037e80842f8c55a8782
This commit is contained in:
parent
0b8e897647
commit
9f161a847a
@ -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,\
|
||||
|
Loading…
x
Reference in New Issue
Block a user