summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2021-10-18 17:19:13 -0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-12-14 15:44:58 +0000
commit6dec642d3559854c148b68d9182d2dc8e1d16a7f (patch)
tree6b33e055c8e7a69f264fd6d6cb62efc90525d084 /meson.build
parent5dc280de9f0e198499765a03a7b84fda7095d110 (diff)
downloadgstreamer-6dec642d3559854c148b68d9182d2dc8e1d16a7f.tar.gz
subprojects: Lower minimal pygobject version
It works just fine with PyGObject3.8, this min requirement was added in 547570cd790f2b2e390edc1dfb5df4c7a33de45c without any justification for such a high requirement while 3.8 is the min requirement for `gst-python`. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1419>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c1f2887651..5234aaf063 100644
--- a/meson.build
+++ b/meson.build
@@ -92,7 +92,7 @@ subprojects = [
['gstreamer-vaapi', { 'option': get_option('vaapi'), 'build-hotdoc': true}],
['gst-omx', { 'option': get_option('omx'), 'build-hotdoc': true}],
['gstreamer-sharp', { 'option': get_option('sharp') }],
- ['pygobject', { 'option': get_option('python'), 'match_gst_version': false, 'sysdep': 'pygobject-3.0', 'sysdep_version': '>= 3.38.1' }],
+ ['pygobject', { 'option': get_option('python'), 'match_gst_version': false, 'sysdep': 'pygobject-3.0', 'sysdep_version': '>= 3.8' }],
['gst-python', { 'option': get_option('python')}],
['gst-examples', { 'option': get_option('gst-examples'), 'match_gst_versions': false}],
['gst-plugins-rs', { 'option': get_option('rs'), 'match_gst_version': false}],