2016-03-18 11:33:56 +01:00
|
|
|
config BR2_PACKAGE_TEKUI
|
|
|
|
bool "tekui"
|
2017-04-22 19:18:06 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-03-18 11:33:56 +01:00
|
|
|
select BR2_PACKAGE_FREETYPE
|
|
|
|
select BR2_PACKAGE_LUAFILESYSTEM # runtime only
|
|
|
|
select BR2_PACKAGE_LUAEXPAT # runtime only
|
|
|
|
select BR2_PACKAGE_LUASOCKET # runtime only
|
|
|
|
select BR2_PACKAGE_LUAPOSIX # runtime only
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
TekUI is a small, freestanding and portable graphical user
|
|
|
|
interface (GUI) toolkit written in Lua and C. It was
|
|
|
|
initially developed for the X Window System and has been
|
|
|
|
ported to DirectFB, Windows, Nano-X and a raw framebuffer
|
|
|
|
since
|
2016-03-18 11:33:56 +01:00
|
|
|
|
|
|
|
http://tekui.neoscientists.org/
|
|
|
|
|
2016-07-06 21:03:59 +02:00
|
|
|
comment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
|
2016-07-06 21:05:29 +02:00
|
|
|
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2016-07-06 21:03:59 +02:00
|
|
|
BR2_STATIC_LIBS
|