aboutsummaryrefslogtreecommitdiff
path: root/desktop/gnome-calendar/e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch
blob: 02a07f12ae3b80fb2ff34eca72f28f51b8fd0289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From e35dbc1acd03dd1751b755b6c8e1932a692ad4e1 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Fri, 21 Jan 2022 21:18:39 +0100
Subject: [PATCH] meson.build: fix meson 0.61 builds

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 data/appdata/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index b5ee6540..200c3507 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,6 @@
 appdata_conf = configuration_data()
 appdata_conf.set('appid', application_id)
 appdata = i18n.merge_file(
-  'appdata',
   input: configure_file(
     input: files('org.gnome.Calendar.appdata.xml.in.in'),
     output: 'org.gnome.Calendar.appdata.xml.in',
-- 
GitLab