libbluray: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 20 Jan 2014 16:20:52 +0000 (13:20 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 20 Jan 2014 21:20:59 +0000 (22:20 +0100)
Fixes:
http://autobuild.buildroot.net/results/2bc/2bc0ce057e54bd6ff7f9ade115c389648a2df2eb/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libbluray/Config.in

index eeb93dcc55bf23610a0095ec5400b52aa365dce2..2571f5ccc57a77541917b126506a010a028fa540 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_LIBBLURAY
        bool "libbluray"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          libbluray is a client library for accessing bluray disks.
 
          http://www.videolan.org/developers/libbluray.html
+
+comment "libbluray needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS