From 1bebf6cb99403260603f3da385c8107196da671a Mon Sep 17 00:00:00 2001 From: rvalue Date: Tue, 16 Nov 2021 05:56:26 +0000 Subject: [PATCH] Remove incorrect i18n.merge_file argument --- data/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 9e10664..c842ee8 100644 --- a/data/meson.build +++ b/data/meson.build @@ -22,7 +22,7 @@ install_data ([ 'gnome-dice-1.svg', install_data (project_id + '.gschema.xml', install_dir: join_paths (datadir, 'glib-2.0', 'schemas')) -desktop_file = i18n.merge_file ('desktop-file', +desktop_file = i18n.merge_file ( input: project_id + '.desktop.in', output: project_id + '.desktop', install: true, @@ -41,7 +41,7 @@ if desktop_file_validate.found() ) endif -appdata_file = i18n.merge_file ('appdata-file', +appdata_file = i18n.merge_file ( input: project_id + '.appdata.xml.in', output: project_id + '.appdata.xml', install: true, -- GitLab