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:
@@ -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@',
|
||||
|
Reference in New Issue
Block a user