pidgin.next.minor: 035e3901: Pidgin 2.7.0 will now require GTK+ 2.10....
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sat Aug 22 18:33:25 EDT 2009
-----------------------------------------------------------------
Revision: 035e390145aacfff19b413ac1870e7f1b81739e2
Ancestor: 37593cb0402d380d2b7359c45153e5a3af22cdd0
Author: rekkanoryo at pidgin.im
Date: 2009-08-22T18:05:10
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/035e390145aacfff19b413ac1870e7f1b81739e2
Modified files:
configure.ac
ChangeLog:
Pidgin 2.7.0 will now require GTK+ 2.10.0 and Glib 2.12.0. Refs #10024.
-------------- next part --------------
============================================================
--- configure.ac b4cae657af716f83506fdc792cbc3476c5fe94bd
+++ configure.ac c211c805b16dabd9f195c2bf2c5ae29aa3bbb8e9
@@ -312,7 +312,7 @@ dnl ####################################
dnl #######################################################################
dnl # Check for GLib 2.0 (required)
dnl #######################################################################
-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.4.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.14.0 gobject-2.0 gmodule-2.0 gthread-2.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
@@ -352,7 +352,7 @@ dnl ####################################
[enable_consoleui=$enableval force_finch=$enableval], [enable_consoleui=yes force_finch=no])
dnl #######################################################################
-dnl # Check for GTK+ 2.0 and other things used by the GTK UI
+dnl # Check for GTK+ 2.10 and other things used by the GTK UI
dnl #######################################################################
AC_ARG_ENABLE(screensaver,
[AC_HELP_STRING([--disable-screensaver],
@@ -399,11 +399,11 @@ if test "x$enable_gtkui" = "xyes" ; then
fi
if test "x$enable_gtkui" = "xyes" ; then
- PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.4.0], , [
+ PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
-You must have GTK+ 2.4.0 or newer development headers installed to compile
+You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin. If you want to build only Finch then specify --disable-gtkui when
running configure.
])])
More information about the Commits
mailing list