diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2013-11-28 15:57:15 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-28 22:48:15 +0100 |
commit | a88dceb951de977ad2d896d697f87d98e9705280 (patch) | |
tree | ebca8fe1bce66c231f71c60b4979425a8852ac63 /package/grantlee | |
parent | 1d57723541b339ad54c15fc1ec7e555e49ce3cbf (diff) |
grantlee: Disable on non-supported platforms
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>
Diffstat (limited to 'package/grantlee')
-rw-r--r-- | package/grantlee/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in index 84afad207..09ec70c01 100644 --- a/package/grantlee/Config.in +++ b/package/grantlee/Config.in @@ -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 |