summaryrefslogtreecommitdiffstats
path: root/editors/gle/DEPENDS
blob: 21a3b2ed83b705395ffdd9f9630d38086d2aae2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
depends  boost                 &&
depends  g++                   &&
depends  pkgconfig             &&
depends  zlib  '--with-z=yes'  &&

optional_depends  JPEG                      \
                  '--with-jpeg=yes'         \
                  '--with-jpeg=no'          \
                  'for JPEG image support'  &&

optional_depends  libpng                   \
                  '--with-png=yes'         \
                  '--with-png=no'          \
                  'for PNG image support'  &&

optional_depends  tiff                      \
                  '--with-tiff=yes'         \
                  '--with-tiff=no'          \
                  'for TIFF image support'