package/libbluray: fix comment
The comment was missing in menuconfig with a non-threaded toolchain supporting dynamic linking. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fad2b2366d
commit
653b329336
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user