diff mbox

webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2

Message ID 1376573946-22138-1-git-send-email-markos.chandras@imgtec.com
State Accepted
Headers show

Commit Message

Markos Chandras Aug. 15, 2013, 1:39 p.m. UTC
The comment should only be displayed if BR2_PACKAGE_LIBGTK2
is not selected.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 package/webkit/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 92cbc62..6cce6f1 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -24,5 +24,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