Require meson 0.35.1

Otherwise gst-devtools will fail to configure with
UnboundLocalError: local variable 'variable' referenced before assignment
This commit is contained in:
Tim-Philipp Müller 2016-10-26 23:57:44 +01:00
parent 4c2f97525f
commit 233bdf98e8

View file

@ -1,4 +1,4 @@
project('All GStreamer modules', 'c', version : '1.9.2.1')
project('All GStreamer modules', 'c', version : '1.9.2.1', meson_version : '>= 0.35.1')
gst_version = '>= @0@'.format(meson.project_version())
gst_branch = 'master'