mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
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> (cherry picked from commit 0ca6b41f8a9c19c414e25147d99482aec8dd6dcd) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
73b0f8b2dd
commit
86105b23c7
@ -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…
x
Reference in New Issue
Block a user