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:
Heiko Becker 2022-01-12 23:45:53 +01:00
parent 88757a149c
commit f433aaf8c8
2 changed files with 4 additions and 4 deletions

View file

@ -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,