build: Require libzip 0.11
This is needed for zip_discard().
This commit is contained in:
parent
eaa6a7a3e8
commit
896fc9c723
2
README
2
README
|
@ -37,7 +37,7 @@ Requirements for the C library:
|
||||||
- libtool (only needed when building from git)
|
- libtool (only needed when building from git)
|
||||||
- pkg-config >= 0.22
|
- pkg-config >= 0.22
|
||||||
- libglib >= 2.32.0
|
- libglib >= 2.32.0
|
||||||
- libzip >= 0.10
|
- libzip >= 0.11
|
||||||
- libserialport >= 0.1.1 (optional, used by some drivers)
|
- libserialport >= 0.1.1 (optional, used by some drivers)
|
||||||
- librevisa >= 0.0.20130412 (optional, used by some drivers)
|
- librevisa >= 0.0.20130412 (optional, used by some drivers)
|
||||||
- libusb-1.0 >= 1.0.16 (optional, used by some drivers)
|
- libusb-1.0 >= 1.0.16 (optional, used by some drivers)
|
||||||
|
|
|
@ -431,7 +431,7 @@ AM_CONDITIONAL([BINDINGS_JAVA], [test "x$BINDINGS_JAVA" = xyes])
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# Add mandatory dependencies to module list.
|
# Add mandatory dependencies to module list.
|
||||||
SR_APPEND([SR_PKGLIBS], ['libzip >= 0.10'])
|
SR_APPEND([SR_PKGLIBS], ['libzip >= 0.11'])
|
||||||
AC_SUBST([SR_PKGLIBS])
|
AC_SUBST([SR_PKGLIBS])
|
||||||
|
|
||||||
# Retrieve the compile and link flags for all modules combined.
|
# Retrieve the compile and link flags for all modules combined.
|
||||||
|
@ -499,7 +499,7 @@ Compile configuration:
|
||||||
|
|
||||||
Detected libraries (required):
|
Detected libraries (required):
|
||||||
- glib-2.0 >= 2.32.0.............. $sr_glib_version
|
- glib-2.0 >= 2.32.0.............. $sr_glib_version
|
||||||
- libzip >= 0.10.................. $sr_libzip_version
|
- libzip >= 0.11.................. $sr_libzip_version
|
||||||
|
|
||||||
Detected libraries (optional):
|
Detected libraries (optional):
|
||||||
$sr_pkglibs_summary
|
$sr_pkglibs_summary
|
||||||
|
|
Loading…
Reference in New Issue