mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Signed-off-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
config BR2_PACKAGE_GRANTLEE
|
|
bool "grantlee"
|
|
depends on (BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5) || BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT5SCRIPT if BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_QT6BASE_GUI if BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT6DECLARATIVE if BR2_PACKAGE_QT6
|
|
help
|
|
Qt implementation of the Django template framework
|
|
|
|
http://www.grantlee.org
|