Browse Source

pidgin: changed to not build console based ui because we have issues with linking ncurses panel lib

stable/0.2
Christian Wiese 13 years ago
parent
commit
ae5b451449
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gnome2/pidgin/pidgin.conf

+ 3
- 0
gnome2/pidgin/pidgin.conf

@ -20,3 +20,6 @@ for x in meanwhile nm avahi nss gnutls; do
var_append extraconfopt ' ' "--disable-$x"
fi
done
# problems linking against ncurses panel
var_append extraconfopt ' ' '--disable-consoleui'

Loading…
Cancel
Save