diff options
Diffstat (limited to 'package/mpd/Config.in')
-rw-r--r-- | package/mpd/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 1da8243b00..a7da01f621 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -234,13 +234,14 @@ config BR2_PACKAGE_MPD_HTTPD_OUTPUT config BR2_PACKAGE_MPD_JACK2 bool "jack2" - depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_STATIC_LIBS # jack2 + depends on BR2_TOOLCHAIN_HAS_SYNC_4 select BR2_PACKAGE_JACK2 help Enable jack output support. comment "jack support needs a toolchain w/ dynamic library" + depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_STATIC_LIBS config BR2_PACKAGE_MPD_OSS |