mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
Bump pygobject dependency to 3.8
This commit is contained in:
parent
e84b9b05f2
commit
f1c3050f2c
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
|
||||||
dnl required versions of other packages
|
dnl required versions of other packages
|
||||||
dnl Note that they are runtime requirements
|
dnl Note that they are runtime requirements
|
||||||
AC_SUBST(GST_REQ, 1.15.0.1)
|
AC_SUBST(GST_REQ, 1.15.0.1)
|
||||||
AC_SUBST(PYGOBJECT_REQ, 3.0)
|
AC_SUBST(PYGOBJECT_REQ, 3.8)
|
||||||
|
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ gst_dep = dependency('gstreamer-1.0', version : gst_req,
|
||||||
gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req,
|
gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req,
|
||||||
fallback : ['gstreamer', 'gst_base_dep'])
|
fallback : ['gstreamer', 'gst_base_dep'])
|
||||||
gmodule_dep = dependency('gmodule-2.0')
|
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')
|
python_dep = dependency('python3')
|
||||||
|
|
||||||
python3 = import('python3').find_python()
|
python3 = import('python3').find_python()
|
||||||
|
|
Loading…
Reference in a new issue