summaryrefslogtreecommitdiffstats
path: root/doc/evince/DEPENDS
blob: 1d408680182a44462546761866964d36a79eb41b (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
depends meson             &&
depends libxml2           &&
depends glib2             &&
depends cairo             &&
depends gtk+3             &&
depends gconf2            &&
depends hicolor-icon-theme &&
depends adwaita-icon-theme &&
depends itstool           &&
depends freetype2 &&
depends gdk-pixbuf2 &&
depends pango &&
depends zlib &&
depends libx11 &&
depends libxi &&
depends GETTEXT &&

runtime_depends gnome-icon-theme &&
runtime_depends gsettings-desktop-schemas &&

optional_depends  dbus-glib                           \
                  "dbus=true"                         \
                  "dbus=false"                        \
                  "for DBUS support?"                 &&

optional_depends  poppler                             \
                  "pdf=enabled"                       \
                  "pdf=disabled"                      \
                  "Enable PDF support?"               &&

optional_depends  libgxps                             \
                  "xps=enabled"                       \
                  "xps=disabled"                      \
                  "Enable XPS support?"               &&

optional_depends  libspectre                          \
                  "ps=enabled"                        \
                  "ps=disabled"                       \
                  "for postscript support"            &&

optional_depends  tiff                                \
                  "tiff=enabled"                      \
                  "tiff=disabled"                     \
                  "Enable support of multipage tiff"  &&

optional_depends  t1lib                               \
                  "t1lib=true"                        \
                  "t1lib=false"                       \
                  "for type1 fonts in dvi"            &&

optional_depends  djvulibre                           \
                  "djvu=enabled"                      \
                  "djvu=disabled"                     \
                  "Enable support of djvu viewer"     &&

optional_depends  nautilus2                           \
                  "nautilus=true"                     \
                  "nautilus=false"                    \
                  "Enable Nautilus plugin"            &&

optional_depends  libgnome-keyring                    \
                  "keyring=true"                      \
                  "keyring=false"                     \
                  "Use gnome-keyring?"                &&

if is_depends_enabled $SPELL libgnome-keyring; then
  depends libsecret
fi &&

optional_depends  gtk-doc                             \
                  "gtk_doc=true"                      \
                  "gtk_doc=false"                     \
                  "Build devhelp docs?"               &&

optional_depends  gobject-introspection               \
                  "introspection=true"                \
                  "introspection=false"               \
                  "to enable introspection"           &&

if is_depends_enabled $SPELL dbus-glib; then
  depends dbus
fi