summaryrefslogtreecommitdiffstats
path: root/package/fltk/Config.in
diff options
context:
space:
mode:
authorJohn Voltz2008-03-06 19:09:12 +0100
committerJohn Voltz2008-03-06 19:09:12 +0100
commit703d58a4f5346c23a1dda47eec70b36df1d8b849 (patch)
tree4fa509e265e5186f36048ecbfa65657ca57c29b7 /package/fltk/Config.in
parentupdated file version (diff)
downloadbuildroot-703d58a4f5346c23a1dda47eec70b36df1d8b849.tar.gz
buildroot-703d58a4f5346c23a1dda47eec70b36df1d8b849.tar.xz
buildroot-703d58a4f5346c23a1dda47eec70b36df1d8b849.zip
added fltk
Diffstat (limited to 'package/fltk/Config.in')
-rw-r--r--package/fltk/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/fltk/Config.in b/package/fltk/Config.in
new file mode 100644
index 000000000..08184bf2e
--- /dev/null
+++ b/package/fltk/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_FLTK
+ bool "fltk"
+ default n
+ depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
+ help
+ a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
+
+ http://www.fltk.org/
+
+comment "fltk - disabled (requires Xorg(7))"
+ depends !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)