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