meson: bump meson required to 0.47 for feature options

This commit is contained in:
Tim-Philipp Müller 2018-11-09 23:46:53 +00:00
parent 14c283f891
commit 3f87cc2fff

View file

@ -1,6 +1,6 @@
project('gstreamer-vaapi', 'c',
version : '1.15.0.1',
meson_version : '>= 0.46.0',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])