libplayer: needs threads support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 3 May 2013 10:46:03 +0000 (12:46 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 3 May 2013 10:47:45 +0000 (12:47 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libplayer/Config.in

index 5391b8b67b562061c703b9a176fbf5805d59ded2..df329011629d3b678549d7468f1b22f52b0f344f 100644 (file)
@@ -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