build,meson: Remove incorrect args for i18n.merge_file

`i18n.merge_file` has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.60.0.
This commit is contained in:
Xeonacid
2021-12-22 12:17:22 +00:00
parent db228b2859
commit 922bc2df5f

View File

@@ -38,7 +38,6 @@ if enable_polkit
# build file with translations, which we will include in dist
i18n.merge_file(
policy,
input: configure_file(
input: policy + '.in.in',
output: '@BASENAME@',