Blame ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch

919030
From ac9b14f1c1bbca413987d0bbfeaad05804107e9a Mon Sep 17 00:00:00 2001
919030
From: Luca Boccassi <bluca@debian.org>
919030
Date: Sun, 31 Oct 2021 12:29:14 +0000
919030
Subject: [PATCH] Fix build with meson 0.60
919030
919030
Positional parameters to merge_file() were never allowed and always
919030
ignored, so just drop it.
919030
See: https://github.com/mesonbuild/meson/issues/9441
919030
919030
Fixes #97
919030
---
919030
 data/meson.build | 1 -
919030
 1 file changed, 1 deletion(-)
919030
919030
diff --git a/data/meson.build b/data/meson.build
919030
index 70edf89..9e80299 100644
919030
--- a/data/meson.build
919030
+++ b/data/meson.build
919030
@@ -33,7 +33,6 @@ configure_file(
919030
 policy = act_namespace.to_lower() + '.policy'
919030
 
919030
 i18n.merge_file(
919030
-  policy,
919030
   input: policy + '.in',
919030
   output: policy,
919030
   po_dir: po_dir,
919030
-- 
919030
GitLab
919030