[gnome-weather] Remove incorrect args for i18n.merge_file



commit 4be71525f07189e97720688472172604879d49a5
Author: rvalue <i rvalue moe>
Date:   Fri Dec 17 12:26:42 2021 +0000

    Remove incorrect args for i18n.merge_file
    
    `i18n.merge_file` has been ignoring positional arguments for a time and
    explicitly rejects with error since meson 0.60.0

 data/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index f6692b6..6981b96 100644
--- 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),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]