summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libbluray/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libbluray/Config.in b/package/libbluray/Config.in
index 357a562d9c..b95893560b 100644
--- a/package/libbluray/Config.in
+++ b/package/libbluray/Config.in
@@ -8,5 +8,4 @@ config BR2_PACKAGE_LIBBLURAY
http://www.videolan.org/developers/libbluray.html
comment "libbluray needs a toolchain w/ threads, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_STATIC_LIBS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud