Skip to content

Commit

Permalink
Remove positional arg in i18n.merge_file
Browse files Browse the repository at this point in the history
Since meson 0.61.0 `i18n.merge_file` no longer accepts positional arguments[1].

[1]: mesonbuild/meson#9445
  • Loading branch information
naglis committed Nov 17, 2023
1 parent ec1213a commit f96f342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ desktop_conf.set('app_id', app_id)


desktop_file = i18n.merge_file(
'desktop',
input: configure_file(
input: '@0@.desktop.in'.format(app_id),
output: '@0@.desktop.in'.format(app_id),
Expand Down

0 comments on commit f96f342

Please sign in to comment.