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:

committed by
Marge Bot

parent
920714008c
commit
65450a836e
@ -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,
|
||||
|
Reference in New Issue
Block a user