mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
meson: bump minimal version to 0.56
Needed because of substring(). Fix #138
This commit is contained in:
parent
0754c98f9d
commit
9d8fe31a5b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project('gst-plugins-rs',
|
|||
'rust',
|
||||
'c',
|
||||
version: '0.13.0',
|
||||
meson_version : '>= 0.54')
|
||||
meson_version : '>= 0.56')
|
||||
|
||||
if get_option('debug')
|
||||
target = 'debug'
|
||||
|
|
Loading…
Reference in a new issue