Mercurial > pidgin
changeset 32626:89cc6d935af9
use the actual gtk+-3.0 package as the GTK+ dependency, for now require the current preview version (2.91.5). Warning, it not yet compile successfully
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sat, 20 Nov 2010 22:34:25 +0000 |
parents | 7f1d9e806c66 |
children | ba21d11c06d0 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Nov 20 22:20:35 2010 +0000 +++ b/configure.ac Sat Nov 20 22:34:25 2010 +0000 @@ -416,11 +416,11 @@ fi if test "x$enable_gtkui" = "xyes" ; then - PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], , [ + PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 2.91.5], , [ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have GTK+ 2.10.0 or newer development headers installed to compile +You must have GTK+ 2.91.5 or newer development headers installed to compile Pidgin. If you want to build only Finch then specify --disable-gtkui when running configure. ])])