mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
build: Do not use positional arguments in i18n.merge_file
This was never really used and it's breaking meson 60. While this may just become a warning in 60.1, it's just better to avoid using it. See: https://github.com/mesonbuild/meson/issues/9441
This commit is contained in:
committed by
Benjamin Berg
parent
245dcfa218
commit
50943b1bd4
@ -24,7 +24,7 @@ if get_option('systemd')
|
||||
endif
|
||||
|
||||
polkit_policy = 'net.reactivated.fprint.device.policy'
|
||||
polkit_policy_target = i18n.merge_file(polkit_policy,
|
||||
polkit_policy_target = i18n.merge_file(
|
||||
input: '@0@.in'.format(polkit_policy),
|
||||
output: polkit_policy,
|
||||
po_dir: meson.source_root() / 'po',
|
||||
|
||||
Reference in New Issue
Block a user