Kaydet (Commit) 7fbf0ef6 authored tarafından David Tardon's avatar David Tardon

there is no need for the condition

Change-Id: Icf3e0fbafdff39e5ad9c8eb7699820e2c0204bd6
üst 8fa06c85
...@@ -93,7 +93,6 @@ $(eval $(call gb_Library_use_libraries,sd,\ ...@@ -93,7 +93,6 @@ $(eval $(call gb_Library_use_libraries,sd,\
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
ifeq ($(OS), LINUX)
$(eval $(call gb_Library_use_externals,sd,\ $(eval $(call gb_Library_use_externals,sd,\
bluez_bluetooth_headers \ bluez_bluetooth_headers \
boost_headers \ boost_headers \
...@@ -103,14 +102,6 @@ $(eval $(call gb_Library_use_externals,sd,\ ...@@ -103,14 +102,6 @@ $(eval $(call gb_Library_use_externals,sd,\
avahi \ avahi \
) \ ) \
)) ))
else
$(eval $(call gb_Library_use_externals,sd,\
bluez_bluetooth_headers \
boost_headers \
libxml2 \
dbus \
))
endif
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_system_win32_libs,sd,\ $(eval $(call gb_Library_use_system_win32_libs,sd,\
......
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