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>
This commit is contained in:
Johannes Sixt
2026-02-05 13:45:51 +01:00

View File

@@ -25,6 +25,6 @@ custom_target(
install_dir: get_option('bindir'),
)
if find_program('msgfmt').found()
if find_program('msgfmt', required: false).found()
subdir('po')
endif