Browse Source

libbluray: needs threads

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>
Gustavo Zacarias 11 years ago
parent
commit
4879ca7f03
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/libbluray/Config.in

+ 4 - 0
package/libbluray/Config.in

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