package/mediastreamer: fix comment
Fix inversed logic, comment should be shown for static-only toolchains. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
565058967f
commit
0ca6b41f8a
@ -18,7 +18,7 @@ config BR2_PACKAGE_MEDIASTREAMER
|
||||
|
||||
comment "mediastreamer needs a toolchain w/ threads, C++, dynamic library"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_STATIC_LIBS
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
|
||||
comment "mediastreamer needs a toolchain not affected by GCC bug 64735"
|
||||
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
||||
|
Loading…
Reference in New Issue
Block a user