[gnome-maps] meson: Remove unnesseray argument to i18n.merg_file
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] meson: Remove unnesseray argument to i18n.merg_file
- Date: Fri, 14 Jan 2022 22:38:45 +0000 (UTC)
commit def20cbb26e59e5023fe157e691de48d7afe7210
Author: Marcus Lundblad <ml update uu se>
Date: Fri Jan 14 23:33:43 2022 +0100
meson: Remove unnesseray argument to i18n.merg_file
This causes a build failure with meson 0.60 (or later).
Remove it, as it's ignored also for earlier meson versions.
Fixes #418
data/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 30d45db1..fc2c411b 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -40,7 +40,6 @@ appdata_config = configuration_data()
appdata_config.set('app-id', app_id)
appdata_config.set('gettext-package', 'gnome-maps')
appdata_file = i18n.merge_file(
- appdata,
input: configure_file(
input: 'org.gnome.Maps.appdata.xml.in.in',
output: 'org.gnome.Maps.appdata.xml.in',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]