[glom] Use pygobject-3.0



commit 3165f1fd02d27c3001ef8133f00d548edc23875a
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 8 14:06:36 2011 +0200

    Use pygobject-3.0
    
    	* configure.ac: Instead of pygobject-2.0. Because everything else (such as
    	the gi.repository.Gda seems to use it, and initializing pygobject-2.0 breaks
    	that.

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1ef2f23..1e2eb2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-09-08  Murray Cumming  <murrayc murrayc com>
 
+	Use pygobject-3.0
+
+	* configure.ac: Instead of pygobject-2.0. Because everything else (such as 
+	the gi.repository.Gda seems to use it, and initializing pygobject-2.0 breaks 
+	that.
+
+2011-09-08  Murray Cumming  <murrayc murrayc com>
+
 	Remove the Mameo UI.
 
 	* Makefile.am:
diff --git a/configure.ac b/configure.ac
index 44f9e81..eeef0e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
                  [Whether to enable support for PostgreSQL databases.])])
 
 # Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-2.0 >= 2.28.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-3.0 >= 2.28.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])



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