summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-04-25 15:11:31 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-04-25 15:11:31 -0300
commitf1c3050f2c88e06bad749836dbc314bf164f7e93 (patch)
tree5709c9c6621bf0677cad776238753685686adee4
parente84b9b05f2678787afcb85ae2c85a27bf8ec6ce9 (diff)
Bump pygobject dependency to 3.8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b811d4dc4..7682917d29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
AC_SUBST(GST_REQ, 1.15.0.1)
-AC_SUBST(PYGOBJECT_REQ, 3.0)
+AC_SUBST(PYGOBJECT_REQ, 3.8)
AC_DISABLE_STATIC
diff --git a/meson.build b/meson.build
index 0d2a123fac..4d9f5dd9e4 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ gst_dep = dependency('gstreamer-1.0', version : gst_req,
gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req,
fallback : ['gstreamer', 'gst_base_dep'])
gmodule_dep = dependency('gmodule-2.0')
-pygobject_dep = dependency('pygobject-3.0', version : '>= 3.0')
+pygobject_dep = dependency('pygobject-3.0', version : '>= 3.8')
python_dep = dependency('python3')
python3 = import('python3').find_python()