[Buildroot] [git commit] libplayer: needs threads support in toolchain

Peter Korsgaard jacmet at sunsite.dk
Fri May 3 10:47:45 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=b2c69fdfae21e60c007e303405733173afc588be
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/libplayer/Config.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in
index 5391b8b..df32901 100644
--- a/package/libplayer/Config.in
+++ b/package/libplayer/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBPLAYER
 	depends on BR2_LARGEFILE
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	bool "libplayer"
 	help
 	  libplayer provides a generic A/V API that relies on various multimedia
@@ -31,5 +32,5 @@ config BR2_PACKAGE_LIBPLAYER_PYTHON
 	bool "Libplayer python bindings"
 endif
 
-comment "libplayer requires a toolchain with LARGEFILE support"
-	depends on !BR2_LARGEFILE
+comment "libplayer requires a toolchain with LARGEFILE and threads support"
+	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list