diff mbox

[1/1] package/libbluray: fix comment

Message ID 1467483844-31013-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit 653b329336facfbb83faa1f1580c5271a980b1d0
Headers show

Commit Message

Bernd Kuhls July 2, 2016, 6:24 p.m. UTC
The comment was missing in menuconfig with a non-threaded toolchain
supporting dynamic linking.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libbluray/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Peter Korsgaard July 3, 2016, 7:44 a.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > The comment was missing in menuconfig with a non-threaded toolchain
 > supporting dynamic linking.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libbluray/Config.in b/package/libbluray/Config.in
index 4b883e1..a004c4c 100644
--- a/package/libbluray/Config.in
+++ b/package/libbluray/Config.in
@@ -9,5 +9,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