|
@@ -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
|