1 config BR2_PACKAGE_TEKUI
3 select BR2_PACKAGE_FREETYPE
4 select BR2_PACKAGE_LUAFILESYSTEM # runtime only
5 select BR2_PACKAGE_LUAEXPAT # runtime only
6 select BR2_PACKAGE_LUASOCKET # runtime only
7 select BR2_PACKAGE_LUAPOSIX # runtime only
8 depends on !BR2_STATIC_LIBS
9 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
10 depends on BR2_TOOLCHAIN_HAS_THREADS
12 TekUI is a small, freestanding and portable graphical user interface
13 (GUI) toolkit written in Lua and C. It was initially developed for
14 the X Window System and has been ported to DirectFB, Windows, Nano-X
15 and a raw framebuffer since
17 http://tekui.neoscientists.org/
19 comment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
20 depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS || \