[totem/wip/hadess/build-new-meson] build: Remove unused i18n.merge_file() "name"
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/build-new-meson] build: Remove unused i18n.merge_file() "name"
- Date: Mon, 7 Mar 2022 11:44:10 +0000 (UTC)
commit bac013c6b7dda0f43a396af16f5c95b153c9137e
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 6 17:21:28 2022 +0100
build: Remove unused i18n.merge_file() "name"
data/meson.build:78:0: ERROR: Function does not take positional arguments.
data/appdata/meson.build:3:0: ERROR: Function does not take positional arguments.
data/appdata/meson.build | 1 -
data/meson.build | 1 -
2 files changed, 2 deletions(-)
---
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index c4d17e927..c2e646327 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,6 @@
appdata = 'org.gnome.Totem.appdata.xml'
appdata_file = i18n.merge_file (
- 'appdata',
input: appdata + '.in',
output: appdata,
install: true,
diff --git a/data/meson.build b/data/meson.build
index 4c6df3ba3..a1d0060de 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -69,7 +69,6 @@ desktop_in = configure_file(
)
desktop_file = i18n.merge_file (
- desktop,
type: 'desktop',
input: desktop_in,
output: desktop,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]