grantlee: Disable on non-supported platforms
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Thu, 28 Nov 2013 15:57:15 +0000 (15:57 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Nov 2013 21:48:15 +0000 (22:48 +0100)
This package selects BR2_PACKAGE_QT_SCRIPT which is not supported on
certain platforms. To prevent this behaviour we use the same solution as
we applied for BR2_PACKAGE_QT_SCRIPT

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/grantlee/Config.in

index 84afad207a8e4026283ef681e09c8e0e579cc97b..09ec70c0181cdc533caa2e9f13c61ef8364ae038 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_GRANTLEE
        bool "grantlee"
+       depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
        select BR2_PACKAGE_QT_STL
        select BR2_PACKAGE_QT_SCRIPT
        select BR2_PACKAGE_QT_GUI_MODULE