From f8e7da39c14cb94714e00b25ec5f3fcc8f0de6fd Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 19 Feb 2022 21:11:23 +0100 Subject: meson build: drop desktop-file/appdata-file argument - fixes building with meson-0.62.0 - fixes https://github.com/mate-desktop/mate-terminal/issues/411 look here for more details. With meson-0.62.0 this deprecation warning will cause an error. `DEPRECATION: i18n.merge_file does not take any positional arguments. This will become a hard error in the next Meson release.` --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8bf45a5..a71dc01 100644 --- a/meson.build +++ b/meson.build @@ -177,7 +177,6 @@ desktop_file_configured = configure_file( ) desktop_file = i18n.merge_file( - 'desktop-file', input: desktop_file_configured, output: 'mate-terminal.desktop', type: 'desktop', @@ -209,7 +208,6 @@ appdata_file_configured = configure_file( ) appdata_file = i18n.merge_file( - 'appdata-file', input: appdata_file_configured, output: 'mate-terminal.appdata.xml', type: 'xml', -- cgit v1.2.1