diff mbox

[28/67] libplayer: libglib2 requires threads

Message ID 1373917670-30006-29-git-send-email-spenser@gillilanding.com
State Accepted
Headers show

Commit Message

Spenser Gilliland July 15, 2013, 7:47 p.m. UTC
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
---
 package/libplayer/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

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