summaryrefslogtreecommitdiffstats
path: root/rules/fltk.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
commit75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75 (patch)
tree9851f129914ee1cfc8fa6f43877269f32aa4e9ba /rules/fltk.in
parent87c27ec1bf62bf1825198100fe91293512783143 (diff)
downloadptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.gz
ptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.xz
help texts rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fltk.in')
-rw-r--r--rules/fltk.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/rules/fltk.in b/rules/fltk.in
index 0cfe7258d..9791a9850 100644
--- a/rules/fltk.in
+++ b/rules/fltk.in
@@ -3,8 +3,9 @@ menuconfig FLTK
select XORG_LIB_X11
select XORG_LIB_XEXT
help
- FLTK, a LGPLed cross-platform graphical
- user interface toolkit originally based on libForms.
+ FLTK (Fast Light Toolkit), a LGPLed cross-platform
+ graphical user interface toolkit originally based
+ on libForms.
URL: http://www.fltk.org/
@@ -14,28 +15,26 @@ config FLTK_OPENGL
default y
depends on FLTK
help
- FIXME: This item needs to be documented
+ Turn on OpenGL support (default=yes)
config FLTK_THREADS
bool
prompt "Enable multi-threading support"
depends on FLTK
- help
- FIXME: This item needs to be documented
config FLTK_XFT
bool
prompt "Turn on Xft support"
depends on FLTK
help
- FIXME: This item needs to be documented
+ Turn on Xft support (default=no)
config FLTK_XDBE
bool
prompt "Turn on Xdbe support"
depends on FLTK
help
- FIXME: This item needs to be documented
+ Turn on Xdbe support (default=no)
config FLTK_FLUID
bool
@@ -46,7 +45,7 @@ config FLTK_FLUID
some of the demos.
When cross compiling FLTK fluid is built for the target platform.
- Thus it will most probably not run on your host and compiling the
+ Thus it will most probably not run on your host and compiling the
demo programs will fail.
So you're better off leaving this disabled.