summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-06 17:21:28 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-07 12:42:41 +0100
commitbac013c6b7dda0f43a396af16f5c95b153c9137e (patch)
treea7c86339169aab4eea35a5ca64cba6e04264d584
parentcda98d1ad2ce831afafe94f549b5e5e60b749472 (diff)
downloadtotem-bac013c6b7dda0f43a396af16f5c95b153c9137e.tar.gz
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.
-rw-r--r--data/appdata/meson.build1
-rw-r--r--data/meson.build1
2 files changed, 0 insertions, 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,