Add update-orc-dist target
Merge request reports
Activity
assigned to @gstreamer-merge-bot
mentioned in commit tpm/gst-build@ebf79cf7
I'm getting this error with meson 0.54.999
meson.build:316:2: ERROR: alias_target takes at least 2 arguments.
Can you confirm the meson version you are using @tpm ?
Does this fix it for you?
diff --git a/meson.build b/meson.build index dd35b4f..0e0c84f 100644 --- a/meson.build +++ b/meson.build @@ -312,6 +312,6 @@ run_target('git-update', command : [update]) run_target('update', command : [update, '--builddir=@0@'.format(meson.current_build_dir())]) -if orc_subproject.found() +if orc_subproject.found() and orc_update_targets.length() > 0 alias_target('update-orc-dist', orc_update_targets) endif
mentioned in commit tpm/gst-build@f9f850f9
mentioned in merge request !173 (merged)
mentioned in commit tpm/gst-build@80976dea
changed milestone to %1.17.90
Please register or sign in to reply