mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
14 lines
356 B
Plaintext
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
|