mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
meson: bump version and bump meson requirement
Adjust meson requirement to same as used in other modules.
This commit is contained in:
parent
25b98c1ef5
commit
67574b3a75
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('gst-python', 'c', 'cpp',
|
project('gst-python', 'c', 'cpp',
|
||||||
version : '1.11.0.1',
|
version : '1.11.1.1',
|
||||||
meson_version : '>= 0.33.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
Loading…
Reference in a new issue