summaryrefslogtreecommitdiffstats
path: root/printer/glabels/DEPENDS
blob: 7629df3359d62c6465fe686542a8ca90ebf07b07 (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
34
35
36
37
38
depends pkgconfig &&
depends glib2     &&
depends pango     &&
depends cairo     &&
depends gtk+3     &&
depends libxml2   &&
depends librsvg2  &&

optional_depends gtk-doc                             \
                 "--enable-gtk-doc"                  \
                 "--disable-gtk-doc"                 \
                 "to build documentation"            &&

optional_depends barcode                             \
                 "--with-libbarcode"                 \
                 "--without-libbarcode"              \
                 "for GNU Barcode support"           &&

optional_depends zint                                \
                 "--with-libzint"                    \
                 "--without-libzint"                 \
                 "for Zint Barcode support"          &&

optional_depends libqrencode                         \
                 "--with-libqrencode"                \
                 "--without-libqrencode"             \
                 "for QR code support"               &&

optional_depends iec16022                            \
                 "--with-libiec16022"                \
                 "--without-libiec16022"             \
                 "for IEC 16022 support"             &&

optional_depends evolution-data-server               \
                 "--with-libebook"                   \
                 "--without-libebook"                \
                 "for Evolution Data Server support"