[caribou] Require pygobject-3.0



commit 54ee200626ca8661b4fa6b1e25b4be37ac291fbc
Author: Ionut Biru <ibiru archlinux org>
Date:   Sun Sep 4 13:32:15 2011 +0000

    Require pygobject-3.0
    
    Support for pygobject-3.0 was added in 1857bd953
    
    Signed-off-by: Ionut Biru <ibiru archlinux org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658175

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 948a93d..73c30c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,13 +23,13 @@ dnl == check for python ==
 AM_PATH_PYTHON(2.4)
 
 dnl == Library dependencies ==
-PYGOBJECT_REQUIRED=2.27.92
+PYGOBJECT_REQUIRED=2.90.3
 GTK_REQUIRED=3.0.0
 CLUTTER_REQUIRED=1.5.11
 GDK_REQUIRED=3.0.0
 
 PKG_CHECK_MODULES(CARIBOU, [
-  pygobject-2.0 >= $PYGOBJECT_REQUIRED,
+  pygobject-3.0 >= $PYGOBJECT_REQUIRED,
   gtk+-3.0      >= $GTK_REQUIRED,
   clutter-1.0   >= $CLUTTER_REQUIRED
   ])



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