mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
meson.build: bump up required meson to 0.42.0
In order to use meson introspect, meson conf
This commit is contained in:
parent
61ece08deb
commit
834a66ec9a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project('All GStreamer modules', 'c',
|
||||
version : '1.13.0.1',
|
||||
meson_version : '>= 0.40.1',
|
||||
meson_version : '>= 0.42.0',
|
||||
default_options : ['buildtype=debugoptimized'])
|
||||
|
||||
gst_version = '>= @0@'.format(meson.project_version())
|
||||
|
|
Loading…
Reference in a new issue