2008-08-26 16:52:17 +02:00
|
|
|
config BR2_PACKAGE_LITE
|
|
|
|
bool "LiTE (toolbox engine)"
|
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
|
|
|
help
|
2014-06-03 09:48:24 +02:00
|
|
|
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.
|
2008-08-26 16:52:17 +02:00
|
|
|
|
2014-06-03 09:48:24 +02:00
|
|
|
See http://www.directfb.org/wiki/index.php/LiTE:Architecture
|