aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)