From 1b603449fd0dcbaf22188e1f2e149da115ff2ea1 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sat, 22 Dec 2012 02:06:19 +0000 Subject: pulseaudio: needs threads Fixes: http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/multimedia/pulseaudio/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/multimedia/pulseaudio') diff --git a/package/multimedia/pulseaudio/Config.in b/package/multimedia/pulseaudio/Config.in index 6c767bb6b..eeb8b5ab0 100644 --- a/package/multimedia/pulseaudio/Config.in +++ b/package/multimedia/pulseaudio/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PULSEAUDIO bool "pulseaudio" depends on BR2_USE_WCHAR + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBTOOL select BR2_PACKAGE_JSON_C select BR2_PACKAGE_LIBSNDFILE @@ -17,5 +18,5 @@ config BR2_PACKAGE_PULSEAUDIO http://pulseaudio.org -comment "pulseaudio requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR +comment "pulseaudio requires a toolchain with WCHAR and threads support" + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3