summaryrefslogtreecommitdiffstats
path: root/graphics/cinepaint/DEPENDS
blob: cedb62f813d16103998cfbfaf636953f50cc3bd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
depends  zlib     &&
depends  tiff     &&
depends  jpeg     &&
if [[ $CINEPAINT_CVS = "y" ]]; then
  depends gtk+2 "--enable-gtk2"
else
  depends  gtk+
fi &&
depends  lcms     &&
depends  openexr  &&

optional_depends  gutenprint              \
                  '--enable-print'        \
                  '--disable-print'       \
                  'for printing support'  &&

optional_depends  python                          \
                  ''                              \
                  '--without-python'              \
                  'for Python scripting support'