Remove superfluous arguments to i18n.merge_file
It fixes the build with meson 0.61.0. The positional argument was ignored in the past, became a warning in meson 0.60 and a hard error starting with 0.61.0.
This commit is contained in:
parent
88757a149c
commit
f433aaf8c8
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
i18n.merge_file('com.endlessm.ParentalControls.policy',
|
||||
i18n.merge_file(
|
||||
input: 'com.endlessm.ParentalControls.policy.in',
|
||||
output: 'com.endlessm.ParentalControls.policy',
|
||||
po_dir: po_dir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue