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:
parent
4c2f97525f
commit
233bdf98e8
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user