2
1

Config.in 462 B

1234567891011121314
  1. config 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. https://github.com/libgit2/libgit2
  11. comment "libgit2 needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS