mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-21 15:16:18 +00:00
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/1388>
This commit is contained in:
parent
4e7b3e35a3
commit
1c3166c0c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project('gst-plugins-rs',
|
|||
'rust',
|
||||
'c',
|
||||
version: '0.11.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)
|
||||
|
|
Loading…
Reference in a new issue