summaryrefslogtreecommitdiffstats
path: root/package/mpd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r--package/mpd/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 0e115f6422..bab0b22e3d 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -266,7 +266,7 @@ comment "Miscellaneous plugins"
config BR2_PACKAGE_MPD_AVAHI_SUPPORT
bool "avahi (zeroconf) support"
- depends on !BR2_PREFER_STATIC_LIB # avahi
+ depends on !BR2_STATIC_LIBS # avahi
select BR2_PACKAGE_AVAHI
select BR2_PACKAGE_AVAHI_DAEMON
select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY
@@ -277,7 +277,7 @@ config BR2_PACKAGE_MPD_AVAHI_SUPPORT
local network.
comment "avahi support needs a toolchain w/ dynamic library"
- depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
config BR2_PACKAGE_MPD_NEIGHBOR_DISCOVERY_SUPPORT
bool "neighbor discovery support"
OpenPOWER on IntegriCloud