Files
buildroot/package/libzippp/Config.in
Bernd Kuhls 17fb6420f7 package/libzippp: new package
The package will be used as an optional dependency by the upcoming
gerbera bump.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-03-21 21:23:53 +01:00

14 lines
356 B
Plaintext

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