Skip to content

Commit

Permalink
build: Remove incorrect i18n.merge_file argument
Browse files Browse the repository at this point in the history
The positional argument was being silently ignored until meson 0.60.0 where
it fails with "ERROR: Function does not take positional arguments".

Related: mesonbuild/meson#9441
Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/599
  • Loading branch information
ondrejholy committed Jan 21, 2022
1 parent 2e9ec23 commit 17a067b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ if enable_admin
policy = gvfs_namespace + '.file-operations.policy'

i18n.merge_file(
policy,
input: configure_file(
input: policy + '.in.in',
output: '@BASENAME@',
Expand Down

0 comments on commit 17a067b

Please sign in to comment.