From bdb0498b2cbbbda180f144bc6431cadaed3c870d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 15 Aug 2013 14:39:06 +0100 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- 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 789e427f31..44a208a411 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 -- 2.30.2