Browse Source

pidgin: allowed to build without avahi or gnutls

user/chris/old/ruby
Alejandro Mery 15 years ago
parent
commit
71367e8b2e
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      gnome2/pidgin/pidgin.conf

+ 7
- 4
gnome2/pidgin/pidgin.conf

@ -13,7 +13,10 @@
# --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt ' ' "--disable-schemas-install"
# we don't have meanwhile packaged yet
var_append confopt ' ' '--disable-meanwhile'
# we don't have NetworkManager yet
var_append confopt ' ' '--disable-nm'
# we don't have meanwhile, NetworkManager or nss yet
for x in meanwhile nm avahi nss gnutls; do
if ! pkginstalled "$x"; then
var_append extraconfopt ' ' "--disable-$x"
fi
done

Loading…
Cancel
Save