meson: drop unused argument for i18n.merge_file()

Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.

panels/applications/meson.build:10:5: ERROR: Function does not take positional arguments.
panels/background/meson.build:10:5: ERROR: Function does not take positional arguments.
panels/camera/meson.build:10:5: ERROR: Function does not take positional arguments.
[...]
This commit is contained in:
Jan Beich 2022-01-07 01:53:52 +00:00 committed by Georges Basile Stavracas Neto
parent 12fefbc0d7
commit 37b29c32cb
35 changed files with 0 additions and 39 deletions

View file

@ -1,7 +1,6 @@
appdata = 'gnome-control-center.appdata.xml'
i18n.merge_file(
appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,

View file

@ -23,7 +23,6 @@ desktop_in = configure_file(
)
i18n.merge_file(
desktop,
type : 'desktop',
input : desktop_in,
output : desktop,