[gnome-maps/gnome-41] meson: Remove unnesseray argument to i18n.merg_file



commit 9c276c20932cb4cc8fb8a7906f262e67ca574072
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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 2be4ee73..600ee5ae 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -33,7 +33,6 @@ install_data(
 appdata = app_id + '.appdata.xml'
 
 appdata_file = i18n.merge_file(
-       appdata,
        input: appdata + '.in',
        output: appdata,
        po_dir: po_dir,
@@ -77,4 +76,4 @@ if appstream_util.found()
        )
 endif
 
-subdir('icons')
\ No newline at end of file
+subdir('icons')


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