mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
gnome-settings-daemon: fix for meson 0.61
This commit is contained in:
parent
3a126d53ff
commit
51d11b34aa
1 changed files with 38 additions and 0 deletions
38
srcpkgs/gnome-settings-daemon/patches/meson-0.61.patch
Normal file
38
srcpkgs/gnome-settings-daemon/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
From afa7e4bb9c519e2daf500a6079088669500768c0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Marvin Schmidt <marv@exherbo.org>
|
||||||
|
Date: Wed, 26 Jan 2022 23:08:58 +0100
|
||||||
|
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
|
||||||
|
|
||||||
|
Ignored in meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
|
||||||
|
---
|
||||||
|
plugins/power/meson.build | 1 -
|
||||||
|
plugins/wacom/meson.build | 1 -
|
||||||
|
2 files changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/plugins/power/meson.build b/plugins/power/meson.build
|
||||||
|
index 69e619f2..014bb6da 100644
|
||||||
|
--- a/plugins/power/meson.build
|
||||||
|
+++ b/plugins/power/meson.build
|
||||||
|
@@ -76,7 +76,6 @@ if host_is_linux
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- policy,
|
||||||
|
input: policy_in,
|
||||||
|
output: policy,
|
||||||
|
po_dir: po_dir,
|
||||||
|
diff --git a/plugins/wacom/meson.build b/plugins/wacom/meson.build
|
||||||
|
index d8dd0ec7..c00323d4 100644
|
||||||
|
--- a/plugins/wacom/meson.build
|
||||||
|
+++ b/plugins/wacom/meson.build
|
||||||
|
@@ -7,7 +7,6 @@ policy_in = configure_file(
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- policy,
|
||||||
|
input: policy_in,
|
||||||
|
output: policy,
|
||||||
|
po_dir: po_dir,
|
||||||
|
--
|
||||||
|
GitLab
|
||||||
|
|
Loading…
Add table
Reference in a new issue