mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
fd86bae91b
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
config BR2_PACKAGE_LITE
|
|
bool "LiTE (toolbox engine)"
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
help
|
|
LiTE stands for LiTE is a Toolbox Engine.
|
|
Its role is to facilitate the functions of DirectFB so that a
|
|
toolbox could be written on top of DirectFB with less effort.
|
|
As such LiTE has abstractions for the underlying graphics and
|
|
event systems.
|
|
|
|
See http://www.directfb.org/wiki/index.php/LiTE:Architecture
|