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,6 +1,6 @@
|
|||||||
project('All GStreamer modules', 'c',
|
project('All GStreamer modules', 'c',
|
||||||
version : '1.13.0.1',
|
version : '1.13.0.1',
|
||||||
meson_version : '>= 0.40.1',
|
meson_version : '>= 0.42.0',
|
||||||
default_options : ['buildtype=debugoptimized'])
|
default_options : ['buildtype=debugoptimized'])
|
||||||
|
|
||||||
gst_version = '>= @0@'.format(meson.project_version())
|
gst_version = '>= @0@'.format(meson.project_version())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user