]> Kevux Git Server - rit/commit
meson: wire up gitk and git-gui
authorPatrick Steinhardt <ps@pks.im>
Wed, 4 Feb 2026 08:38:11 +0000 (09:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2026 17:42:50 +0000 (09:42 -0800)
commit1e3962c6b75f7131a236e35a0f7a3962102452ed
tree76ec47bcc39a3fa48b5b0c35e22d9064cd305db0
parentb2826b52eb7caff9f4ed6e85ec45e338bf02ad09
meson: wire up gitk and git-gui

Wire up both gitk and git-gui in Meson as subprojects. These two
programs should be the last missing pieces for feature compatibility
with our Makefile for distributors.

Note that Meson expects subprojects to live in the "subprojects/"
directory. Create symlinks to fulfill this requirement.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build
meson_options.txt
subprojects/git-gui [new symlink]
subprojects/gitk [new symlink]