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:
c78f0ef
)
meson: Follow-up fix for ninja uninstalled
author
Philippe Normand
<philn@igalia.com>
Fri, 31 Aug 2018 10:44:17 +0000
(11:44 +0100)
committer
Philippe Normand
<philn@igalia.com>
Fri, 31 Aug 2018 10:44:17 +0000
(11:44 +0100)
The --gst-version was removed in
c78f0ef2229925f48b0ffabc410c2ca35dcb0df9
so
remove it from the meson.build file as well.
https://bugzilla.gnome.org/show_bug.cgi?id=796989
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
adff81d
..
568b75a
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-134,8
+134,7
@@
message('Building subprojects: ' + ', '.join(subprojects_names))
setenv = find_program('gst-uninstalled.py')
run_target('uninstalled', command : [setenv, '--builddir=@0@'.format(meson.build_root()),
- '--srcdir=@0@'.format(meson.source_root()),
- '--gst-version=@0@'.format(gst_branch)])
+ '--srcdir=@0@'.format(meson.source_root())])
update = find_program('git-update')
run_target('git-update', command : [update])