xref: /OK3568_Linux_fs/buildroot/package/tekui/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TEKUI
2*4882a593Smuzhiyun	bool "tekui"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LUAINTERPRETER
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	select BR2_PACKAGE_FREETYPE
7*4882a593Smuzhiyun	select BR2_PACKAGE_LUAFILESYSTEM	# runtime only
8*4882a593Smuzhiyun	select BR2_PACKAGE_LUAEXPAT		# runtime only
9*4882a593Smuzhiyun	select BR2_PACKAGE_LUASOCKET		# runtime only
10*4882a593Smuzhiyun	select BR2_PACKAGE_LUAPOSIX		# runtime only
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  TekUI is a small, freestanding and portable graphical user
13*4882a593Smuzhiyun	  interface (GUI) toolkit written in Lua and C. It was
14*4882a593Smuzhiyun	  initially developed for the X Window System and has been
15*4882a593Smuzhiyun	  ported to DirectFB, Windows, Nano-X and a raw framebuffer
16*4882a593Smuzhiyun	  since
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun	  http://tekui.neoscientists.org/
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
21*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS || \
22*4882a593Smuzhiyun		BR2_STATIC_LIBS
23