diff options
author | Xeonacid <h.dwwwwww@gmail.com> | 2021-12-22 12:17:22 +0000 |
---|---|---|
committer | Xeonacid <h.dwwwwww@gmail.com> | 2021-12-23 09:14:02 +0800 |
commit | 922bc2df5f9242c8052abbab08ceddeef9e20de9 (patch) | |
tree | faa753733cd673c62a92bff0cb64d515eaaaa0a1 /data | |
parent | db228b28597c002174145c4a06b94a24f5dbdf9b (diff) |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build index bfa60053..820bec71 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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@', |