summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/gdk-pixbuf2/DEPENDS
blob: dbc0691d9bf502448db0ef8c7c7eb74549d315da (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
depends  glib2   &&
depends  libpng  &&
depends  zlib    &&
depends  JPEG    &&
depends  tiff    &&

optional_depends libx11 \
                 '--with-x11' \
                 '--without-x11' \
                 'enable X11 support' &&

optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "enable gobject-introspection" &&

optional_depends jasper \
                 --enable-jasper \
                 --disable-jasper \
                 "enable JPEG2000 loader" &&

depends libffi &&
if is_depends_enabled $SPELL libx11; then
  depends libxau &&
  depends libxcb &&
  depends libxdmcp
fi &&
depends pcre &&
depends LZMA