Skip to content

meson: remove extraneous positional argument

Jack Hill requested to merge jackhill/gnome-screenshot:meson-0.60.0 into master
  • data/meson.build (desktop_file) (metainfo_file): Remove extraneous positional argument.

Closes #186 (closed)

This solution is described in Meson issue 9411 and the Meson i18n module documentation. As I understand it, the positional arguments never did anything, but Meson is now becoming stricter in how it behaves when they are present.

I tested building gnome-screenshot with this change and Meson 0.60.0 as well as Meson 0.59.4 and observed that the .desktop file and org.gnome.Screenshot.metainfo.xml had the appropriate translations.

Merge request reports