pygtk r3034 - trunk



Author: gianmt
Date: Mon Sep  1 21:39:55 2008
New Revision: 3034
URL: http://svn.gnome.org/viewvc/pygtk?rev=3034&view=rev

Log:
require pygobject 2.15.4 for pygtk 2.14

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Sep  1 21:39:55 2008
@@ -268,7 +268,7 @@
 
   dnl check for gtk 2.14
   PKG_CHECK_MODULES(GTK214, [gtk+-2.0 >= 2.13.6,
-                             pygobject-2.0 >= 2.15.3],
+                             pygobject-2.0 >= 2.15.4],
 	  HAVE_GTK_214="yes", HAVE_GTK_214="no")
 
   if test "x$HAVE_GTK_214" = "xyes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]