From 1e3962c6b75f7131a236e35a0f7a3962102452ed Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 4 Feb 2026 09:38:11 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- subprojects/git-gui | 1 + subprojects/gitk | 1 + 2 files changed, 2 insertions(+) create mode 120000 subprojects/git-gui create mode 120000 subprojects/gitk (limited to 'subprojects') diff --git a/subprojects/git-gui b/subprojects/git-gui new file mode 120000 index 0000000000..c6d917088b --- /dev/null +++ b/subprojects/git-gui @@ -0,0 +1 @@ +../git-gui \ No newline at end of file diff --git a/subprojects/gitk b/subprojects/gitk new file mode 120000 index 0000000000..b66ad18ae5 --- /dev/null +++ b/subprojects/gitk @@ -0,0 +1 @@ +../gitk-git \ No newline at end of file -- cgit v1.3