Browse Source

pidgin: fixed to not disable console user interface explicitely

Note:

This could be done because now we are able to link against ncurses safely,
due to the change that we are moving '/lib/foo.so' symlinks to '/usr/lib',
thus pidgin's build system will not only find a static library of ncurses.
stable/0.2
Christian Wiese 14 years ago
parent
commit
607ba1728a
  1. 3
      gnome2/pidgin/pidgin.conf

3
gnome2/pidgin/pidgin.conf

@ -20,6 +20,3 @@ 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