summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2022-01-21 08:32:31 +0100
committerOndrej Holy <oholy@redhat.com>2022-05-26 10:26:54 +0200
commitc61240113081570fbd83b2f0248cede703e7a8fb (patch)
treeef6c385562feb0102d4480d96eef70776d9ecdbe
parenta58e899c8dcb4e4270305597c29cc969785f445b (diff)
downloadgvfs-c61240113081570fbd83b2f0248cede703e7a8fb.tar.gz
build: Remove incorrect i18n.merge_file argument
The positional argument was being silently ignored until meson 0.60.0 where it fails with "ERROR: Function does not take positional arguments". Related: https://github.com/mesonbuild/meson/issues/9441 Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/599 (cherry picked from commit 17a067b9)
-rw-r--r--daemon/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/meson.build b/daemon/meson.build
index c89ef407..620391cd 100644
--- a/daemon/meson.build
+++ b/daemon/meson.build
@@ -366,7 +366,6 @@ if enable_admin
)
i18n.merge_file(
- policy,
input: policy_in,
output: '@BASENAME@',
po_dir: po_dir,