From 607ba1728a038292cbecbf6f0fbef9cf3ac139fb Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 5 May 2011 15:45:55 +0200 Subject: [PATCH] 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. --- gnome2/pidgin/pidgin.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnome2/pidgin/pidgin.conf b/gnome2/pidgin/pidgin.conf index f3dc5745a..1e2c46ac6 100644 --- a/gnome2/pidgin/pidgin.conf +++ b/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'