Require meson 0.35.1
authorTim-Philipp Müller <tim@centricular.com>
Wed, 26 Oct 2016 22:57:44 +0000 (23:57 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 26 Oct 2016 23:02:01 +0000 (00:02 +0100)
Otherwise gst-devtools will fail to configure with
UnboundLocalError: local variable 'variable' referenced before assignment

meson.build

index f8bc506..b515605 100644 (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'