mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
meson: Follow-up fix for ninja uninstalled
The --gst-version was removed in c78f0ef222
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue