gnome-weather: fix for meson 0.61

This commit is contained in:
Michal Vasilek 2022-01-25 10:11:01 +01:00
parent ad05292372
commit 608494985a

View file

@ -0,0 +1,10 @@
--- a/data/meson.build
+++ b/data/meson.build
@@ -59,7 +59,6 @@ endif
appdata_conf = configuration_data()
appdata_conf.set('app_id', weather_id)
appdata = i18n.merge_file(
- 'appdata',
input: configure_file(
input: '@0@.appdata.xml.in.in'.format(default_id),
output: '@0@.appdata.xml.in'.format(default_id),