summaryrefslogtreecommitdiffstats
path: root/rules/fltk.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/fltk.in')
-rw-r--r--rules/fltk.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/fltk.in b/rules/fltk.in
index 94fde234c..c7b6ad195 100644
--- a/rules/fltk.in
+++ b/rules/fltk.in
@@ -29,5 +29,19 @@ config FLTK_XDBE
default n
depends on FLTK
+config FLTK_FLUID
+ bool
+ prompt "Build FLUID and demos"
+ default n
+ depends on FLTK
+ help
+ fluid is an interactive GUI designer for FLTK and is needed to build
+ 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
+ demo programs will fail.
+
+ So you're better off leaving this disabled.
endmenu