summaryrefslogblamecommitdiffstats
path: root/chat-libs/loudmouth/DEPENDS
blob: a610332e4239d405c66d9b3d2f6bbc83c1ed3f1c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                  
                                           








                                         
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 SSL "--with-ssl=openssl"
  ;;
  none) OPTS="--without-ssl $OPTS"
  ;;
esac &&

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