From: Uwe Hermann Date: Wed, 31 May 2017 21:09:57 +0000 (+0200) Subject: Bump requirements to libsigrok/libsigrokdecode 0.5.0. X-Git-Tag: sigrok-cli-0.7.0~10 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=247d467ad9b9a68f9c5cdd39b272b7879b3a3f0f Bump requirements to libsigrok/libsigrokdecode 0.5.0. We use various new API calls from the upcoming 0.5.0 releases and are not compatible with the respective 0.4.x anymore. --- diff --git a/README b/README index 0f08261..bf2f804 100644 --- a/README +++ b/README @@ -28,8 +28,8 @@ Requirements - libtool (only needed when building from git) - pkg-config >= 0.22 - libglib >= 2.32.0 - - libsigrok >= 0.4.0 - - libsigrokdecode >= 0.4.0 + - libsigrok >= 0.5.0 + - libsigrokdecode >= 0.5.0 Building and installing diff --git a/configure.ac b/configure.ac index 6d039b0..af9c860 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ SR_PKG_CHECK_SUMMARY([sc_pkglibs_summary]) SR_VAR_OPT_PKG([SC_PKGLIBS]) SR_ARG_OPT_PKG([libsigrokdecode], [SRD],, - [libsigrokdecode >= 0.4.0]) + [libsigrokdecode >= 0.5.0]) ###################### ## Feature checks ## @@ -89,7 +89,7 @@ AC_SYS_LARGEFILE # Retrieve the compile and link flags for all modules combined. # Also, bail out at this point if any module dependency is not met. PKG_CHECK_MODULES([SIGROK_CLI], - [glib-2.0 >= 2.32.0 libsigrok >= 0.4.0 $SC_PKGLIBS]) + [glib-2.0 >= 2.32.0 libsigrok >= 0.5.0 $SC_PKGLIBS]) sc_glib_version=`$PKG_CONFIG --modversion glib-2.0 2>&AS_MESSAGE_LOG_FD` sc_libsigrok_version=`$PKG_CONFIG --modversion libsigrok 2>&AS_MESSAGE_LOG_FD` @@ -116,7 +116,7 @@ Compile configuration: Detected libraries (required): - glib-2.0 >= 2.32.0.............. $sc_glib_version - - libsigrok >= 0.4.0.............. $sc_libsigrok_version + - libsigrok >= 0.5.0.............. $sc_libsigrok_version Detected libraries (optional): $sc_pkglibs_summary