summaryrefslogtreecommitdiffstats
path: root/utils/gnuplot/DEPENDS
blob: fd5d26a80f892ae4121f63c740d39173476d0723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
depends -sub CXX gcc  &&
depends JPEG &&

# gnuplot uses gd for rendering pngs, even with true type fonts...
optional_depends  "gd"                 \
                  "--with-gd"   \
                  "--without-gd"          \
                  "for png output support" &&

optional_depends "readline"                                 \
		  "--with-readline=gnu" \
                  "--with-readline=builtin"                 \
                  "use gnu readline instead of builtin readline" &&

optional_depends xorg-libs --with-x --without-x "X11 output" &&
optional_depends WXWIDGET --enable-wxt --disable-wxt \
                 "wxWidgets interactive terminal" &&

optional_depends svgalib               \
                 "--with-linux-vga"    \
                 "--without-linux-vga" \
                 "Linux SVGA console driver?" &&

optional_depends lua "--with-lua" "--without-lua" \
                 "lua/TikZ terminal" &&

optional_depends cairo "--with-cairo" "--without-cairo" \
                 "cairo-based terminals" &&

optional_depends qt4 "--enable-qt" "--disable-qt" \
                 "Qt-based interactive  terminal" &&

if is_depends_enabled $SPELL wxgtk; then
  depends cairo &&
  depends pango
fi