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:
Bernd Kuhls 2016-07-02 20:24:04 +02:00 committed by Peter Korsgaard
parent fad2b2366d
commit 653b329336

View file

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