summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2022-01-21 08:32:31 +0100
committerOndrej Holy <oholy@redhat.com>2022-01-21 08:32:31 +0100
commit17a067b9b823a0d54e061eae45ff8e2c7e4a88d0 (patch)
treee987786419b1355d6549a1b7dd31aa3dca29b41c
parent2e9ec2352bb21f34da7774fd8b09d317d6eddc68 (diff)
downloadgvfs-17a067b9b823a0d54e061eae45ff8e2c7e4a88d0.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
-rw-r--r--daemon/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/meson.build b/daemon/meson.build
index 5f9559aa..e20ada29 100644
--- a/daemon/meson.build
+++ b/daemon/meson.build
@@ -360,7 +360,6 @@ if enable_admin
policy = gvfs_namespace + '.file-operations.policy'
i18n.merge_file(
- policy,
input: configure_file(
input: policy + '.in.in',
output: '@BASENAME@',