more xopts
[k8sbuild.git] / xoptz / fltk.xopt
blob61899cf3da11b942f9631892d26c4061f0334f70
1 profile=empty
2 # configure for fltk doesn't understand --disable-dependency-tracking
3 #no_deptrack=tan
5   --disable-cygwin         use the Cygwin libraries [default=no]
6   --enable-x11            with Cygwin or Mac OS, use X11 [default=no]
7 #  --enable-cairoext       use fltk code instrumentation for cairo extended use [default=no]
8 #  --enable-cairo          use lib Cairo [default=no]
9   --disable-debug          turn on debugging [default=no]
10 #  --enable-cp936          turn on CP936 [default=no]
11   --enable-gl             turn on OpenGL support [default=yes]
12   --enable-shared         turn on shared libraries [default=no]
13   --enable-threads        enable multi-threading support [default=yes]
14   --enable-largefile     omit support for large files
15 #  --enable-localjpeg      use local JPEG library [default=auto]
16 #  --enable-localzlib      use local ZLIB library [default=auto]
17 #  --enable-localpng       use local PNG library  [default=auto]
18 #  --enable-xinerama       turn on Xinerama support [default=yes]
19 #  --enable-xft            turn on Xft support [default=yes]
20 #  --enable-xdbe           turn on Xdbe support [default=yes]
21 #  --enable-xfixes         turn on Xfixes support [default=yes]
22 #  --enable-xcursor        turn on Xcursor support [default=yes]
23 #  --enable-xrender        turn on Xrender support [default=yes]
26 !DESC
27 FLTK
29 The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
30 a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
31 Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
32 modern GUI functionality without the bloat and supports 3D
33 graphics via OpenGL(r) and its built-in GLUT emulation. It
34 was originally developed by Mr. Bill Spitzak and is
35 currently maintained by a small group of developers across
36 the world with a central repository in the US.
37 !EOF