]> sigrok.org Git - libsigrok.git/commitdiff
build: Require libzip 0.11
authorDaniel Elstner <redacted>
Fri, 16 Oct 2015 18:45:43 +0000 (20:45 +0200)
committerDaniel Elstner <redacted>
Fri, 16 Oct 2015 22:07:57 +0000 (00:07 +0200)
This is needed for zip_discard().

README
configure.ac

diff --git a/README b/README
index 75ca2ee3d2f6bb38aac98a42ae245f9ef8047e02..9c00d0add93777a2453c70d717fda4cff07a86ea 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ Requirements for the C library:
  - libtool (only needed when building from git)
  - pkg-config >= 0.22
  - libglib >= 2.32.0
- - libzip >= 0.10
+ - libzip >= 0.11
  - libserialport >= 0.1.1 (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)
index 1f75be785942f09cf1fbdc13142cf7eccc5f99d4..0380534ae3282462d4e76c0e8df35553a4d336b5 100644 (file)
@@ -431,7 +431,7 @@ AM_CONDITIONAL([BINDINGS_JAVA], [test "x$BINDINGS_JAVA" = xyes])
 ##############################
 
 # 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.
@@ -499,7 +499,7 @@ Compile configuration:
 
 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