[almanah: 1/2] build: remove positional i18n.merge_file arguments
- From: Álvaro Peña <alvaropg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah: 1/2] build: remove positional i18n.merge_file arguments
- Date: Fri, 25 Mar 2022 08:37:26 +0000 (UTC)
commit 8c42a67695621d1e30cec933a04e633e6030bbaf
Author: Bobby Rong <931189261 qq com>
Date: Fri Mar 25 03:14:43 2022 +0000
build: remove positional i18n.merge_file arguments
Fixes build with meson 0.61
data/meson.build | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 1a5d86f..0321c32 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,5 @@
desktop = 'almanah.desktop'
i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop + '.in',
output: desktop,
@@ -19,7 +18,6 @@ endif
appdata = 'almanah.appdata.xml'
i18n.merge_file(
- appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]