summaryrefslogtreecommitdiffstats
path: root/chat-libs/loudmouth/DEPENDS
blob: 14a4b7559766443962e44dbc603855c95ea26182 (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
depends glib2 &&

if spell_ok libidn; then
  depends libidn
else
  optional_depends libidn "" "" "for IDN support"
fi &&

optional_depends libasyncns \
                 "--with-asyncns" \
                 "--without-asyncns" \
                 "for asynchronous DNS support" &&

case $LOUDMOUTH_SSL in
  gnutls) depends gnutls "--with-ssl=gnutls"
  ;;
  openssl) depends openssl "--with-ssl=openssl"
  ;;
  none) OPTS="--without-ssl $OPTS"
  ;;
esac &&

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