Skip to content

Commit ddae547

Browse files
committed
Merge branch 'pks-meson-fix-missing-msgfmt' of https://github.com/pks-gitlab/gitk
* 'pks-meson-fix-missing-msgfmt' of https://github.com/pks-gitlab/gitk: gitk: fix msgfmt being required Signed-off-by: Johannes Sixt <j6t@kdbg.org>
2 parents 28f96e0 + 97121bb commit ddae547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ custom_target(
2525
install_dir: get_option('bindir'),
2626
)
2727

28-
if find_program('msgfmt').found()
28+
if find_program('msgfmt', required: false).found()
2929
subdir('po')
3030
endif

0 commit comments

Comments
 (0)