blob: 71b9fed776ec8f7afcf1fc055ab94a464d6d390f [file] [edit]
config BR2_PACKAGE_LIBZIPPP
bool "libzippp"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS # libzip
select BR2_PACKAGE_LIBZIP
select BR2_PACKAGE_ZLIB
help
C++ wrapper for libzip
https://github.com/ctabin/libzippp
comment "libzippp needs a toolchain w/ C++, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS