summaryrefslogtreecommitdiffstats
path: root/x11-libs/libafterimage/DEPENDS
blob: 3eb488497ffaa6a158aa09b726b652e2e9046498 (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
optional_depends afterstep                                   \
                 "--with-afterbase"                          \
                 "--without-afterbase"                       \
                 "Use afterstep's libafterbase?"             &&

optional_depends freetype2                                   \
                 "--with-ttf"                                \
                 "--without-ttf"                             \
                 "Use freetype2 for True Type font support?" &&

optional_depends JPEG                                        \
                 "--with-jpeg"                               \
                 "--without-jpeg"                            \
                 "Support jpeg image format?"                &&

optional_depends libpng                                      \
                 "--with-png"                                \
                 "--without-png"                             \
                 "Support png image format?"                 &&

optional_depends tiff                                        \
                 "--with-tiff"                               \
                 "--without-tiff"                            \
                 "Support tiff image format?"                &&

if [[ $LIBAFTERSTEP_GIF == y ]]; then
  optional_depends giflib                                    \
                   "--with-gif --without-builtin-ungif"      \
                   "--with-builtin-ungif"                    \
                   "Use external gif library?"
else
  OPTS="--without-gif --without-builtin-ungif $OPTS"
fi