02f6e638c8
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> [Thomas: - Do not select BR2_PACKAGE_ZLIB, because zlib is an optional dependency. - Handle optional dependencies in a more usual way in libgit2.mk: group the addition in _DEPENDENCIES and in _CONF_OPTS for a given library together. - libgit2 can optionally use libssh2, not libssh. - Add the optional dependency on zlib. - Always pass USE_ICONV=ON, the detection works perfectly fine, with both a C library providing iconv support built-in, and with libiconv. If neither provides iconv, it gets disabled automatically as expected. - Add libiconv as an optional dependency.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
config BR2_PACKAGE_LIBGIT2
|
|
bool "libgit2"
|
|
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
|