meson: Follow-up fix for ninja uninstalled
authorPhilippe Normand <philn@igalia.com>
Fri, 31 Aug 2018 10:44:17 +0000 (11:44 +0100)
committerPhilippe 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

index adff81d..568b75a 100644 (file)
@@ -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])