diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-07 01:53:52 +0000 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-01-07 17:22:43 +0000 |
commit | 37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb (patch) | |
tree | 96d29cf0c9aa6994544484a9a9ba86d9eeb33bf0 /panels/display/meson.build | |
parent | 12fefbc0d7b5568fe59598513c48cdea3c13b7da (diff) | |
download | gnome-control-center-37b29c32cbecfd89c9c5e0169e0f2876f00ef5eb.tar.gz |
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 'panels/display/meson.build')
-rw-r--r-- | panels/display/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/panels/display/meson.build b/panels/display/meson.build index 97db0ebdc..726a898b9 100644 --- a/panels/display/meson.build +++ b/panels/display/meson.build @@ -8,7 +8,6 @@ desktop_in = configure_file( ) i18n.merge_file( - desktop, type: 'desktop', input: desktop_in, output: desktop, |