From aa0e7d1c192408035355d7c500f5919dd6fe2a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 6 Nov 2021 11:13:07 +0100 Subject: [PATCH] data: Fix build with meson 0.60.0 Drop the possitional argument since we otherwise see data/meson.build:15:5: ERROR: Function does not take positional arguments. --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index d8b83599..d2ec986a 100644 --- a/data/meson.build +++ b/data/meson.build @@ -12,7 +12,7 @@ desktopconf.set('bindir', bindir) desktop_file = 'sm.puri.Squeekboard.desktop' -i18n.merge_file('desktop', +i18n.merge_file( input: configure_file( input: desktop_file + '.in.in', output: desktop_file + '.in',