summaryrefslogtreecommitdiffstats
path: root/crypto/seahorse/DEPENDS
blob: 8f22cfc53e3b0c86a4b19f3a5e31e7d5c61a6d1e (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
depends gnupg &&
depends gpgme &&
depends gconf2 &&
depends dbus-glib &&
depends gcr &&
depends libgnome-keyring &&
depends gnome-doc-utils &&

optional_depends libsoup \
                 "--enable-hkp" \
                 "--disable-hkp" \
                 "for HKP keyserver interface" &&

if is_depends_enabled $SPELL libsoup; then
  optional_depends openldap \
                   "--enable-ldap" \
                   "--disable-ldap" \
                   "for LDAP keyserver interface"
fi &&

optional_depends libnotify \
                 "--enable-libnotify" \
                 "--disable-libnotify" \
                 "for notification support" &&

optional_depends rarian \
                 "" "--disable-scrollkeeper" \
                 "make updates to the rarian (scrollkeeper) database?" &&

suggest_depends openssh \
                "--enable-ssh" \
                "--disable-ssh" \
                "SSH keys managing support" &&

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

optional_depends gobject-introspection     \
                 "--enable-introspection"  \
                 "--disable-introspection" \
                 "to enable introspection"