[Buildroot] [PATCH 28/67] libplayer: libglib2 requires threads

Spenser Gilliland spenser at gillilanding.com
Mon Jul 15 19:47:11 UTC 2013


Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
---
 package/libplayer/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in
index df32901..e1b7f75 100644
--- a/package/libplayer/Config.in
+++ b/package/libplayer/Config.in
@@ -21,9 +21,10 @@ config BR2_PACKAGE_LIBPLAYER_MPLAYER
 config BR2_PACKAGE_LIBPLAYER_GSTREAMER
 	bool "gstreamer backend"
 	depends on BR2_USE_WCHAR # glib2
+	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
 	select BR2_PACKAGE_GSTREAMER
 
-comment "gstreamer backend requires a toolchain with WCHAR support"
+comment "gstreamer backend requires a toolchain with WCHAR and threading support"
 	depends on !BR2_USE_WCHAR
 
 config BR2_PACKAGE_LIBPLAYER_PYTHON
-- 
1.8.1.2



More information about the buildroot mailing list