summaryrefslogtreecommitdiffstats
path: root/editors/gle/DEPENDS
blob: 41962728a81962eb724facfff8e907e46fffe84a (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'