summaryrefslogtreecommitdiffstats
path: root/rules/fltk.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 15:49:19 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-12 15:49:19 +0000
commit7cf2bb70a9c14e07cc4970890a63de9c28b9e810 (patch)
treeef78dd7ee6a02309d4b37cb6d27b882cc3a95019 /rules/fltk.in
parentdf3e493cae99002c76a3e5b63188c06a00a5e72c (diff)
downloadptxdist-7cf2bb70a9c14e07cc4970890a63de9c28b9e810.tar.gz
ptxdist-7cf2bb70a9c14e07cc4970890a63de9c28b9e810.tar.xz
usage of autogenerated dependencies and documentation update
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3850 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fltk.in')
-rw-r--r--rules/fltk.in39
1 files changed, 26 insertions, 13 deletions
diff --git a/rules/fltk.in b/rules/fltk.in
index 868bb723f..da3ebfbd3 100644
--- a/rules/fltk.in
+++ b/rules/fltk.in
@@ -1,30 +1,43 @@
menuconfig FLTK
bool "FLTK GUI Toolkit "
- depends on XFREE430
+ select on XFREE430
+ help
+ FLTK, a LGPLed cross-platform graphical
+ user interface toolkit originally based on libForms.
+
+ URL: http://www.fltk.org/
config FLTK_OPENGL
- bool
- prompt "Turn on OpenGL support"
- default y
- depends on FLTK
+ bool
+ prompt "Turn on OpenGL support"
+ default y
+ depends on FLTK
+ help
+ FIXME: This item needs to be documented
config FLTK_THREADS
- bool
- prompt "Enable multi-threading support"
- default n
- depends on FLTK
+ bool
+ prompt "Enable multi-threading support"
+ default n
+ depends on FLTK
+ help
+ FIXME: This item needs to be documented
config FLTK_XFT
bool
prompt "Turn on Xft support"
default n
depends on FLTK
+ help
+ FIXME: This item needs to be documented
config FLTK_XDBE
- bool
- prompt "Turn on Xdbe support"
- default n
- depends on FLTK
+ bool
+ prompt "Turn on Xdbe support"
+ default n
+ depends on FLTK
+ help
+ FIXME: This item needs to be documented
config FLTK_FLUID
bool