a88dceb951
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>
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
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
|
|
help
|
|
Qt implemantation of the Django template framework
|
|
|
|
http://www.grantlee.org
|