diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-02-26 09:22:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-26 09:09:35 -0800 |
commit | f5fac42e07cc7152ee29d656c8af6dbfb10e92e4 (patch) | |
tree | 7c785ba1b1018e58ae1952dfb7c036c72bf0c7c0 /commit.h | |
parent | dfc88bd6477bc6c1d2a9eb29a859ebf11a0a351d (diff) |
meson: stop linking libcurl into all executables
We set up libcurl via the `libgit_dependencies` variable, which gets
propagated into every user of the `libgit` dependency. This is not
necessary though, as most of our executables aren't even supposed to
link against libcurl.
Fix this by only propagating include directories as a libgit dependency
and propagating the full curl dependency via `libgit_curl`.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions