mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2
The comment should only be displayed if BR2_PACKAGE_LIBGTK2 is not selected. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b678b2a422
commit
bdb0498b2c
@ -26,5 +26,5 @@ config BR2_PACKAGE_WEBKIT
|
|||||||
http://webkit.org/
|
http://webkit.org/
|
||||||
|
|
||||||
comment "webkit requires libgtk2 and a toolchain with C++, WCHAR, threading support"
|
comment "webkit requires libgtk2 and a toolchain with C++, WCHAR, threading support"
|
||||||
depends on BR2_PACKAGE_LIBGTK2 || !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_PACKAGE_LIBGTK2 || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user