summarylogtreecommitdiffstats
path: root/41cc016278e713d3db156761fce6437dff81a53a.patch
diff options
context:
space:
mode:
Diffstat (limited to '41cc016278e713d3db156761fce6437dff81a53a.patch')
-rw-r--r--41cc016278e713d3db156761fce6437dff81a53a.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/41cc016278e713d3db156761fce6437dff81a53a.patch b/41cc016278e713d3db156761fce6437dff81a53a.patch
new file mode 100644
index 000000000000..2d28597fbc4f
--- /dev/null
+++ b/41cc016278e713d3db156761fce6437dff81a53a.patch
@@ -0,0 +1,41 @@
+From 41cc016278e713d3db156761fce6437dff81a53a Mon Sep 17 00:00:00 2001
+From: Michal Vasilek <michal@vasilek.cz>
+Date: Sat, 22 Jan 2022 23:28:20 +0100
+Subject: [PATCH] meson: fix build with meson 0.61
+
+i18n.merge_file doesn't accept positional arguments
+---
+ data/meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/data/meson.build b/data/meson.build
+index d718491..4325108 100644
+--- a/data/meson.build
++++ b/data/meson.build
+@@ -2,7 +2,6 @@ if host_machine.system() != 'windows'
+ desktop = 'remote-viewer.desktop'
+
+ i18n.merge_file (
+- desktop,
+ type: 'desktop',
+ input: desktop + '.in',
+ output: desktop,
+@@ -14,7 +13,6 @@ if host_machine.system() != 'windows'
+ mimetypes = 'virt-viewer-mime.xml'
+
+ i18n.merge_file (
+- mimetypes,
+ type: 'xml',
+ input: mimetypes + '.in',
+ output: mimetypes,
+@@ -27,7 +25,6 @@ if host_machine.system() != 'windows'
+ metainfo = 'remote-viewer.appdata.xml'
+
+ i18n.merge_file (
+- metainfo,
+ type: 'xml',
+ input: metainfo + '.in',
+ output: metainfo,
+--
+GitLab
+