xref: /OK3568_Linux_fs/buildroot/package/libgit2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBGIT2
2	bool "libgit2"
3	depends on !BR2_STATIC_LIBS # libhttpparser
4	select BR2_PACKAGE_LIBHTTPPARSER
5	select BR2_PACKAGE_ZLIB
6	help
7	  libgit2 is a portable, pure C implementation of the Git core
8	  methods provided as a linkable library with a solid API,
9	  allowing to build Git functionality into your application.
10
11	  https://github.com/libgit2/libgit2
12
13comment "libgit2 needs a toolchain w/ dynamic library"
14	depends on BR2_STATIC_LIBS
15