From: Tim-Philipp Müller Date: Wed, 26 Oct 2016 22:57:44 +0000 (+0100) Subject: Require meson 0.35.1 X-Git-Tag: 1.19.3~481^2~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=233bdf98e8cb7da64536c32ba5a2ae858783e744;p=platform%2Fupstream%2Fgstreamer.git Require meson 0.35.1 Otherwise gst-devtools will fail to configure with UnboundLocalError: local variable 'variable' referenced before assignment --- diff --git a/meson.build b/meson.build index f8bc506..b515605 100644 --- a/meson.build +++ b/meson.build @@ -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'