Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-10-18 15:37:35 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2023-10-18 15:37:50 +0300
commit235e609eff123d33e46a5369c6da2795b508be4d (patch)
tree68c77e580df704bfdd14c1a234b7e592dbb39bf3 /meson.build
parent84b0dd89802255299670b90e7e2a2a114a418bad (diff)
meson: Bump requirement to 1.1
WARNING: Project specifies a minimum meson_version '>= 0.60' but uses features which were added in newer versions: * 1.1.0: {'feature_option.enable_if()'} Caused by https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1363 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1364>
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 b2509fa41..ac8aa3a30 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gst-plugins-rs',
'rust',
'c',
version: '0.12.0-alpha.1',
- meson_version : '>= 0.60')
+ meson_version : '>= 1.1')
# dependencies.py needs a toml parsing module
python = import('python').find_installation(modules: ['tomllib'], required: false)