io.elementary.code: fix for meson 0.61
This commit is contained in:
parent
46bbb5787f
commit
17f769b807
1 changed files with 22 additions and 0 deletions
22
srcpkgs/io.elementary.code/patches/meson-0.61.patch
Normal file
22
srcpkgs/io.elementary.code/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
From a2607cce3a6b1bb62d02456456d3cbc3c6530bb0 Mon Sep 17 00:00:00 2001
|
||||
From: Xeonacid <h.dwwwwww@gmail.com>
|
||||
Date: Sat, 8 Jan 2022 02:00:25 +0800
|
||||
Subject: [PATCH] Meson: remove positional arguments from i18n.merge_file
|
||||
(#1165)
|
||||
|
||||
---
|
||||
data/meson.build | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index c2ff0c2881..1f3940d481 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -64,7 +64,6 @@ if get_option ('have_pkexec')
|
||||
)
|
||||
|
||||
i18n.merge_file(
|
||||
- 'policy',
|
||||
input: policy_in,
|
||||
output: meson.project_name() + '.policy',
|
||||
po_dir: join_paths(meson.source_root (), 'po', 'extra'),
|
Loading…
Reference in a new issue