]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
webkit: Fix comment dependency for BR2_PACKAGE_LIBGTK2
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 15 Aug 2013 13:39:06 +0000 (14:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Aug 2013 16:36:25 +0000 (18:36 +0200)
The comment should only be displayed if BR2_PACKAGE_LIBGTK2
is not selected.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/webkit/Config.in

index 789e427f31430ffaa523b8b6256ff5581d0cc49d..44a208a411d990b51838d988af995d691094db27 100644 (file)
@@ -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