summaryrefslogtreecommitdiffstats
path: root/chat-im/mcabber/DEPENDS
blob: 29884d746bedac7bb9e12a2e057413ff775eb9b1 (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
depends glib2 &&
depends ncurses &&
depends loudmouth &&
depends autoconf &&

optional_depends aspell \
                 "--enable-aspell" \
                 "--disable-aspell" \
                 "for spellchecking via aspell" &&

optional_depends enchant \
                 "--enable-enchant" \
                 "--disable-enchant" \
                 "for spellchecking via enchant" &&

optional_depends gpgme \
                 "--enable-gpgme" \
                 "--disable-gpgme" \
                 "for OpenPGP support" &&

optional_depends libotr \
                 "--enable-otr" \
                 "--disable-otr" \
                 "for OTR (Off-the-Record) messaging support" &&

if is_depends_enabled $SPELL libotr; then
  depends libgcrypt
fi &&

optional_depends libidn \
                 "--with-libidn" \
                 "--without-libidn" \
                 "for IDN support"