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.
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user