summaryrefslogtreecommitdiffstats
path: root/libs/libgdiplus/DEPENDS
blob: ac2a8d197e90bfbda781be4c5b975676c426981b (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
depends glib2                        &&
depends cairo '--with-cairo=system'  &&

optional_depends giflib                 \
                 "--with-libgif"        \
                 "--without-libgif"     \
                 "Enable GIF support"   &&

optional_depends tiff                   \
                 "--with-libtiff"       \
                 "--without-libtiff"    \
                 "Enable TIFF support"  &&

optional_depends JPEG                   \
                 "--with-libjepg"       \
                 "--without-libjepg"    \
                 "Enable JPEG support"  &&

optional_depends libpng                 \
                 "--with-libpng"        \
                 "--without-libpng"     \
                 "Enable PNG support"   &&

optional_depends libexif                   \
                 '--with-libexif'          \
                 '--without-libexif'       \
                 'for EXIF image support'