summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/libsecret/DEPENDS
blob: 8461108775c5fa1cab72865a514c1bab708940f6 (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
depends perl  &&
depends glib2 &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "Build documentation with gtk-doc" &&

optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "for introspection support" &&

if is_depends_enabled $SPELL gobject-introspection; then
  optional_depends vala \
                   "--enable-vala" \
                   "--disable-vala" \
                   "for Vala bindings"
fi &&

optional_depends libgcrypt \
                 "--enable-gcrypt" \
                 "--disable-gcrypt" \
                 "for gcrypt and transport encryption" &&
optional_depends GETTEXT '' '--disable-nls' 'NLS support'