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

comment "grantlee needs a toolchain with NPTL"
	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
	depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT