aboutsummaryrefslogtreecommitdiff
path: root/gitk-git/meson.build
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-11 14:49:53 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-11 14:49:53 -0800
commit453e7b744aef0d9dab62dac6ab030bb643a2e117 (patch)
treea2510c413b5bf37aa1481889dcbdd518e2071f4c /gitk-git/meson.build
parent6fcee4785280a08e7f271bd015a4dc33753e2886 (diff)
parentddae547e3775638c238c11f30120f1e7e763fba8 (diff)
downloadgit-453e7b744aef0d9dab62dac6ab030bb643a2e117.tar.xz
Merge branch 'master' of https://github.com/j6t/gitk
* 'master' of https://github.com/j6t/gitk: gitk: fix msgfmt being required gitk: fix highlighted remote prefix of branches with directories
Diffstat (limited to 'gitk-git/meson.build')
-rw-r--r--gitk-git/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk-git/meson.build b/gitk-git/meson.build
index ca3c0cec58..aecc068d30 100644
--- a/gitk-git/meson.build
+++ b/gitk-git/meson.build
@@ -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