mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -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_version = '>= @0@'.format(meson.project_version())
|
||||||
gst_branch = 'master'
|
gst_branch = 'master'
|
||||||
|
|
Loading…
Reference in a new issue