The commit
3406d671 ("output/srzip: Replace deprecated libzip calls")
makes use of new libzip API calls but does not bump the libzip version
requirements, fix this.
According to [1], the minimum required libzip version is now 0.11.
[1] https://github.com/nih-at/libzip/blob/main/API-CHANGES.md
Signed-off-by: Marc Schink <redacted>
- pkg-config >= 0.22
- libglib >= 2.32.0
- zlib (optional, used for CRC32 calculation in STF input)
- - libzip >= 0.10
+ - libzip >= 0.11
- libtirpc (optional, used by VXI, fallback when glibc >= 2.26)
- libserialport >= 0.1.1 (optional, used by some drivers)
- librevisa >= 0.0.20130412 (optional, used by some drivers)
##############################
# Add mandatory dependencies to module list.
-SR_APPEND([SR_PKGLIBS], ['libzip >= 0.10'])
+SR_APPEND([SR_PKGLIBS], ['libzip >= 0.11'])
AC_SUBST([SR_PKGLIBS])
# Retrieve the compile and link flags for all modules combined.
Detected libraries (required):
- glib-2.0 >= 2.32.0.............. $sr_glib_version
- - libzip >= 0.10.................. $sr_libzip_version
+ - libzip >= 0.11.................. $sr_libzip_version
Detected libraries (optional):
$sr_pkglibs_summary