projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2f975
)
Require meson 0.35.1
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 26 Oct 2016 22:57:44 +0000
(23:57 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index f8bc506bd5c919c5f128dd4348bf85f03e6b463d..b515605eb220377c6db0d9e21ff084f93227a149 100644
(file)
--- 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'