aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-09-26 10:04:36 +0200
committerGuido Günther <agx@sigxcpu.org>2011-09-26 19:34:44 +0200
commit97803a61a75ef00147e26befffd22889ac19f16d (patch)
tree0a0360c329b639466fb2f1ffc23f13665e4d566c /configure.ac
parent8413459fc915b83e9974d0ff7cb12c12c10df091 (diff)
Require PyGObject 3.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0ff79c4..e5a4a47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,11 +9,11 @@ IT_PROG_INTLTOOL([0.35.0])
GLIB_REQUIRED=2.25.6
GTK_REQUIRED=3.0.0
-PYGOBJECT_REQUIRED=2.28.3
+PYGOBJECT_REQUIRED=3.0
PKG_CHECK_MODULES(PPM, [glib-2.0 >= $GLIB_REQUIRED
gtk+-3.0 >= $GTK_REQUIRED
- pygobject-2.0 >= $PYGOBJECT_REQUIRED])
+ pygobject-3.0 >= $PYGOBJECT_REQUIRED])
GETTEXT_PACKAGE=prepaid-manager-applet
AC_SUBST(GETTEXT_PACKAGE)