summaryrefslogtreecommitdiffstats
path: root/package/grantlee/Config.in
blob: 900c39e1437f957a08f3cb7ada35f933f60d2bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_GRANTLEE
	bool "grantlee"
	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # Qt Script
	depends on (BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT && BR2_PACKAGE_QT) || 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_WEBKIT || BR2_PACKAGE_QT5
OpenPOWER on IntegriCloud