mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
meson: bump meson requirement to 0.52 to align with effective requirement
Latest libnice requires 0.52, so it probably makes sense to update the meson requirement in gst-build for that, so we have good out-of-the-box developer experience for people, with webrtc working out of the box. Might also make it easier to backport things later. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/164>
This commit is contained in:
parent
cb94bb1623
commit
398576dfdb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project('All GStreamer modules', 'c',
|
project('All GStreamer modules', 'c',
|
||||||
version : '1.17.0.1',
|
version : '1.17.0.1',
|
||||||
meson_version : '>= 0.48.0',
|
meson_version : '>= 0.52.0',
|
||||||
default_options : ['buildtype=debugoptimized'])
|
default_options : ['buildtype=debugoptimized'])
|
||||||
|
|
||||||
gst_version = '>= @0@'.format(meson.project_version())
|
gst_version = '>= @0@'.format(meson.project_version())
|
||||||
|
|
Loading…
Reference in a new issue