summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2021-10-31 12:29:14 +0000
committerLuca Boccassi <bluca@debian.org>2021-10-31 12:29:14 +0000
commitac9b14f1c1bbca413987d0bbfeaad05804107e9a (patch)
tree747659ca7280dff037308b9927884bf6c2ca4d04
parent45368933077c65441295e277766e2a5d981bc788 (diff)
Fix build with meson 0.60
Positional parameters to merge_file() were never allowed and always ignored, so just drop it. See: https://github.com/mesonbuild/meson/issues/9441 Fixes #97
-rw-r--r--data/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 70edf89..9e80299 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -33,7 +33,6 @@ configure_file(
policy = act_namespace.to_lower() + '.policy'
i18n.merge_file(
- policy,
input: policy + '.in',
output: policy,
po_dir: po_dir,