summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk-new/DEPENDS
blob: 1c151211823bf4a10671fd1b4b91f06827a432c7 (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
37
38
39
40
41
42
43
44
45
46
47
48
depends  g++  &&
depends  gtk+2 &&
depends  libx11 '--with-x' &&
depends  libxpm '--with-libxpm' &&

# all of the "depends" below strictly speaking are not required, e.g. we can
# use included library by specifying --with-*=builtin, but we want to use the
# system libraries, so we're saying --with-*[=sys] here.
depends  zlib    '--with-zlib'     &&
depends  libpng  '--with-libpng'   &&
depends  jpeg    '--with-libjpeg'  &&
depends  tiff    '--with-libtiff'  &&
depends  pkgconfig &&
optional_depends pcre '--with-regex=sys' \
                  '--with-regex=builtin' \
                  'do not use pcre for advanced features' &&
optional_depends  cairo \
                  '' \
                  '' \
                  'graphics support' &&
optional_depends  gstreamer \
                  '--enable-mediactrl' \
                  '--disable-mediactrl' \
                  'streaming video support' &&
optional_depends   stlport \
                  '--enable-stl' \
                  '--disable-stl' \
                  'use STL for containers' &&
optional_depends  OPENGL             \
                  '--with-opengl'    \
                  '--without-opengl' \
                  'for OpenGL support'  &&
optional_depends  expat              \
                  '--with-expat'     \
                  '--without-expat'  \
                  'for XML parsing using expat library'  &&
optional_depends  libgnomeprint           \
                  '--with-gnomeprint'     \
                  '--without-gnomeprint'  \
                  'for GNOME print system support'  &&
optional_depends  libiodbc          \
                  '--with-odbc'     \
                  '--without-odbc'  \
                  'for ODBC support'  &&
optional_depends  sdl                          \
                  '--with-sdl --enable-sound'  \
                  '--without-sdl'              \
                  'for sound system support'