Move all to deprecated folder.
This commit is contained in:
19
deprecated/firmware/buildroot/package/grantlee/Config.in
Normal file
19
deprecated/firmware/buildroot/package/grantlee/Config.in
Normal file
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_GRANTLEE
|
||||
bool "grantlee"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # Qt Script
|
||||
depends on (BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT && BR2_PACKAGE_QT) || \
|
||||
(BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5)
|
||||
select BR2_PACKAGE_QT_STL if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT_SCRIPT if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT_GUI_MODULE if BR2_PACKAGE_QT
|
||||
select BR2_PACKAGE_QT5SCRIPT if BR2_PACKAGE_QT5
|
||||
select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
|
||||
help
|
||||
Qt implementation of the Django template framework
|
||||
|
||||
http://www.grantlee.org
|
||||
|
||||
comment "grantlee needs a toolchain with NPTL"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
depends on (BR2_PACKAGE_QT_ARCH_SUPPORTS_SCRIPT && BR2_PACKAGE_QT) || \
|
||||
(BR2_PACKAGE_QT5_JSCORE_AVAILABLE && BR2_PACKAGE_QT5)
|
||||
Reference in New Issue
Block a user