Skip to content

fix duplicate languages causing meson 0.61 to error out

Eli Schwartz requested to merge eschwartz/shotwell:meson-fix into master

It tried to create multiple targets with the same name and generating the same file. On older versions of meson, this was a run_target and just ran twice, but was still wrong.

Merge request reports