summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-02-19 13:42:50 +0100
committerPatrick Steinhardt <ps@pks.im>2025-02-20 08:52:15 +0100
commitb4c06f7c4d6c87091f138877b702489755fd59ef (patch)
treedb565a7257603a2baed481d7e3b68439c7dcfc9d /commit.c
parent0d4fe3047f98eaab927964d84ec114bfd504ab0f (diff)
gitk: introduce support for the Meson build system
Upstream Git has introduced support for the Meson build system. Introduce support for Meson into gitk, as well, so that Git can easily build its vendored copy of Gitk via a `subproject()` directive. The instructions can be set up as follows: $ meson setup build $ meson compile -C build $ meson install -C build Specific options, like for example where Gitk shall be installed to, can be specified at setup time via `-D`. Available options can be discovered by running `meson configure` either in the source or build directory. Signed-off-by: Patrick Steinhardt <ps@pks.im>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions