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
@ -4,7 +4,7 @@ template_metas = [
|
||||
]
|
||||
template_deps = []
|
||||
foreach template : template_metas
|
||||
template_deps += i18n.merge_file(template,
|
||||
template_deps += i18n.merge_file(
|
||||
input: template + '.in',
|
||||
output: template,
|
||||
po_dir: po_dir,
|
||||
|
Reference in New Issue
Block a user