diff options
| author | Tim-Philipp Müller <tim@centricular.com> | 2021-10-14 18:38:26 +0100 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.com> | 2021-10-18 18:03:19 +0100 |
| commit | 0a25f22f1b90e0bb292fdc81fe5d5b6a016129bf (patch) | |
| tree | 0d37da42ae191a531074b17bebd51ba5a0e28a64 /subprojects/gst-python | |
| parent | d4bdbeaa0da971c9dbc4cbf20e3f4476905e1961 (diff) | |
| download | gstreamer-0a25f22f1b90e0bb292fdc81fe5d5b6a016129bf.tar.gz | |
meson: bump meson requirement to >= 0.59
For monorepo build and ugly/bad, for advanced feature
option API like get_option('xyz').required(..) which
we use in combination with the 'gpl' option.
For rest of modules for consistency (people will likely
use newer features based on the top-level requirement).
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1084>
Diffstat (limited to 'subprojects/gst-python')
| -rw-r--r-- | subprojects/gst-python/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index 7ae77b14ca..f4e42be49e 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -1,6 +1,6 @@ project('gst-python', 'c', 'cpp', version : '1.19.2.1', - meson_version : '>= 0.54', + meson_version : '>= 0.59', default_options : [ 'warning_level=1', 'c_std=gnu99', 'buildtype=debugoptimized' ]) |
