diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-05 06:55:52 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-05 06:55:52 +0100 |
commit | 7fbf0ef60c7c0a33aa480e0820f576687dec1e7a (patch) | |
tree | c2e4dfbe69622f19c001de6689a8293a8d498524 /sd | |
parent | 8fa06c85daea3c9899991a5f38f7d72c483cf5cd (diff) |
there is no need for the condition
Change-Id: Icf3e0fbafdff39e5ad9c8eb7699820e2c0204bd6
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index bafb8201b56c..3f93c75c3f90 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -93,7 +93,6 @@ $(eval $(call gb_Library_use_libraries,sd,\ $(gb_UWINAPI) \ )) -ifeq ($(OS), LINUX) $(eval $(call gb_Library_use_externals,sd,\ bluez_bluetooth_headers \ boost_headers \ @@ -103,14 +102,6 @@ $(eval $(call gb_Library_use_externals,sd,\ avahi \ ) \ )) -else -$(eval $(call gb_Library_use_externals,sd,\ - bluez_bluetooth_headers \ - boost_headers \ - libxml2 \ - dbus \ -)) -endif ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,sd,\ |