Commit bdb0498b authored by Markos Chandras's avatar Markos Chandras Committed by Thomas Petazzoni
Browse files

webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2



The comment should only be displayed if BR2_PACKAGE_LIBGTK2
is not selected.

Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b678b2a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ config BR2_PACKAGE_WEBKIT
	  http://webkit.org/

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