summaryrefslogtreecommitdiff
path: root/package/squeezelite
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-18 08:27:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-18 23:51:29 +0200
commitc1276aacd2b0c1dc52b02bacd4b4c7c50a4b26fe (patch)
tree56fcc6670ab7c98f21f62ff116a81f62460281de /package/squeezelite
parent0d68771e5493442443db3956b85ec0083f5facf4 (diff)
squeezelite: needs NPTL
It uses PTHREAD_PRIO_INHERIT, which isn't available in Linuxthreads. Fixes: http://autobuild.buildroot.net/results/455465c332d291929c1612d18a9e7448d9c76e73/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: drop comment about the NPTL dependency being related to alsa-lib, as it's not the case. Suggested by Baruch.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/squeezelite')
-rw-r--r--package/squeezelite/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/squeezelite/Config.in b/package/squeezelite/Config.in
index 79d294749..63b918302 100644
--- a/package/squeezelite/Config.in
+++ b/package/squeezelite/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_SQUEEZELITE
bool "squeezelite"
depends on BR2_USE_WCHAR # flac
- depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on BR2_USE_MMU # mpg123
depends on !BR2_STATIC_LIBS # dlopen
select BR2_PACKAGE_ALSA_LIB
@@ -36,7 +36,7 @@ config BR2_PACKAGE_SQUEEZELITE_VISEXPORT
endif
-comment "squeezelite needs a toolchain w/ wchar, threads, dynamic library"
+comment "squeezelite needs a toolchain w/ wchar, NPTL, dynamic library"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|| BR2_STATIC_LIBS