[Buildroot] [git commit] webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Aug 15 16:36:25 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=bdb0498b2cbbbda180f144bc6431cadaed3c870d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/webkit/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 789e427..44a208a 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -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


More information about the buildroot mailing list