mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
920714008c
commit
65450a836e
5 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue