summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/fltk.in38
1 files changed, 19 insertions, 19 deletions
diff --git a/rules/fltk.in b/rules/fltk.in
index da3ebfbd3..3156e8f80 100644
--- a/rules/fltk.in
+++ b/rules/fltk.in
@@ -1,41 +1,41 @@
menuconfig FLTK
bool "FLTK GUI Toolkit "
- select on XFREE430
+ select XFREE430
help
FLTK, a LGPLed cross-platform graphical
user interface toolkit originally based on libForms.
-
- URL: http://www.fltk.org/
+
+ 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
+ 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