meson: Follow-up fix for ninja uninstalled
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
This commit is contained in:
parent
c78f0ef222
commit
51759df370
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user