summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-07 01:53:52 +0000
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-01-07 17:22:43 +0000
commit37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb (patch)
tree96d29cf0c9aa6994544484a9a9ba86d9eeb33bf0 /shell
parent12fefbc0d7b5568fe59598513c48cdea3c13b7da (diff)
meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. panels/applications/meson.build:10:5: ERROR: Function does not take positional arguments. panels/background/meson.build:10:5: ERROR: Function does not take positional arguments. panels/camera/meson.build:10:5: ERROR: Function does not take positional arguments. [...]
Diffstat (limited to 'shell')
-rw-r--r--shell/appdata/meson.build1
-rw-r--r--shell/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/shell/appdata/meson.build b/shell/appdata/meson.build
index 3b36171fb..fdb827969 100644
--- a/shell/appdata/meson.build
+++ b/shell/appdata/meson.build
@@ -1,7 +1,6 @@
appdata = 'gnome-control-center.appdata.xml'
i18n.merge_file(
- appdata,
input: appdata + '.in',
output: appdata,
po_dir: po_dir,
diff --git a/shell/meson.build b/shell/meson.build
index 2a6cbf46f..56ec21249 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -23,7 +23,6 @@ desktop_in = configure_file(
)
i18n.merge_file(
- desktop,
type : 'desktop',
input : desktop_in,
output : desktop,