Bump Meson requirement to 0.46

Which matches GStreamer core's (and soon the other modules).
This commit is contained in:
Tim-Philipp Müller 2018-04-25 01:06:27 +01:00
parent b6593ed835
commit 14bf7c9990

View file

@ -1,6 +1,6 @@
project('All GStreamer modules', 'c',
version : '1.15.0.1',
meson_version : '>= 0.42.0',
meson_version : '>= 0.46.0',
default_options : ['buildtype=debugoptimized'])
gst_version = '>= @0@'.format(meson.project_version())