build: Drop incorrect positional arg

Unlike other targets that take a name, i18n.merge_file() does not.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2078>
This commit is contained in:
Florian Müllner
2021-12-23 17:18:16 +01:00
committed by Marge Bot
parent 920714008c
commit 65450a836e
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ configure_file(
install_dir: servicedir
)
i18n.merge_file('evolution-calendar.desktop',
i18n.merge_file(
input: 'evolution-calendar.desktop.in',
output: 'evolution-calendar.desktop',
po_dir: po_dir,