[Buildroot] [PATCH] webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2

Markos Chandras markos.chandras at imgtec.com
Thu Aug 15 13:39:06 UTC 2013


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

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

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
-- 
1.8.3.2





More information about the buildroot mailing list