diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-26 14:52:17 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-26 14:52:17 +0000 |
commit | c30bb46320213eaa6c95ad991512b03e7fc38c4b (patch) | |
tree | 0cef025f5300e42b67838dcff82b7ff63f2e1653 /package/lite/Config.in | |
parent | 6b76f0608a3c46f66b1d223cf4fa75f009e1c41f (diff) |
Adds support for building LiTE - see DirectFB.org
Will close bug 0003974
Daniel Laird
Diffstat (limited to 'package/lite/Config.in')
-rw-r--r-- | package/lite/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/lite/Config.in b/package/lite/Config.in new file mode 100644 index 000000000..8840fe47b --- /dev/null +++ b/package/lite/Config.in @@ -0,0 +1,12 @@ +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 + |