summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2015-03-24 01:07:16 -0700
committerGarrett Regier <garrettregier@gmail.com>2015-03-24 01:11:04 -0700
commit7751feb38eca5d227b4be88e18651929ae7d32a7 (patch)
treeb41795ec6abd5e42c32f959d73a28dc15735b617
parent8b08a6ff221363bfc788cc48060a96687698b69f (diff)
downloadlibpeas-7751feb38eca5d227b4be88e18651929ae7d32a7.tar.gz
Bump the PyGObject dependency
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed6d782..4ef2f12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,8 +366,9 @@ PYTHON2_REQUIRED=2.5.2
PYTHON3_REQUIRED=3.2.0
dnl Used by the Python loader to check the PyGObject version at runtime
+dnl 3.2 renamed the GObject property helper to Property from property
PYGOBJECT_MAJOR_VERSION=3
-PYGOBJECT_MINOR_VERSION=0
+PYGOBJECT_MINOR_VERSION=2
PYGOBJECT_MICRO_VERSION=0
PYGOBJECT_REQUIRED=$PYGOBJECT_MAJOR_VERSION.$PYGOBJECT_MINOR_VERSION.$PYGOBJECT_MICRO_VERSION
AC_DEFINE_UNQUOTED(PYGOBJECT_MAJOR_VERSION,[$PYGOBJECT_MAJOR_VERSION], [PyGObject major version.])