15c3ffabea
libgit2 depends on zlib. If libgit2's build system does not find a system zlib, then it compiles a bundled version of it, which is not really great. So instead, add zlib as a mandatory dependency. Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
config BR2_PACKAGE_LIBGIT2
|
|
bool "libgit2"
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
libgit2 is a portable, pure C implementation of the Git core
|
|
methods provided as a linkable library with a solid API,
|
|
allowing to build Git functionality into your application.
|
|
|
|
https://github.com/libgit2/libgit2
|