[gvfs/gnome-40] build: Remove incorrect i18n.merge_file argument
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/gnome-40] build: Remove incorrect i18n.merge_file argument
- Date: Thu, 26 May 2022 08:32:43 +0000 (UTC)
commit c61240113081570fbd83b2f0248cede703e7a8fb
Author: Ondrej Holy <oholy redhat com>
Date: Fri Jan 21 08:32:31 2022 +0100
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)
daemon/meson.build | 1 -
1 file changed, 1 deletion(-)
---
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]