mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-18 15:15:37 +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/1364>
This commit is contained in:
parent
84b0dd8980
commit
235e609eff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project('gst-plugins-rs',
|
||||||
'rust',
|
'rust',
|
||||||
'c',
|
'c',
|
||||||
version: '0.12.0-alpha.1',
|
version: '0.12.0-alpha.1',
|
||||||
meson_version : '>= 0.60')
|
meson_version : '>= 1.1')
|
||||||
|
|
||||||
# dependencies.py needs a toml parsing module
|
# dependencies.py needs a toml parsing module
|
||||||
python = import('python').find_installation(modules: ['tomllib'], required: false)
|
python = import('python').find_installation(modules: ['tomllib'], required: false)
|
||||||
|
|
Loading…
Reference in a new issue