[meld: 1/2] build: fix i18n usage on data/meson.build for meson 0.61.0
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld: 1/2] build: fix i18n usage on data/meson.build for meson 0.61.0
- Date: Sun, 16 Jan 2022 06:13:32 +0000 (UTC)
commit cc7746c141d976a4779cf868774fae1fe7627a6d
Author: Silvio Fricke <silvio fricke gmail com>
Date: Thu Jan 13 16:06:58 2022 +0100
build: fix i18n usage on data/meson.build for meson 0.61.0
With the latest meson the code doesn't compile anymore and reports an
error:
meld/data/meson.build:34:0: ERROR: Function does not take positional arguments.
This patch tries to fix that problem.
Close #645
Signed-off-by: Silvio Fricke <silvio fricke gmail com>
data/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 01949188..de099d3b 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -32,7 +32,6 @@ if desktop_file_validate.found()
endif
appdata_file = i18n.merge_file(
- 'appdata',
input: configure_file(
input: files('org.gnome.meld.appdata.xml.in.in'),
output: 'org.gnome.meld.appdata.xml.in',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]