From 374be3d9dbe6635768a296de173fc538c5988a5f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 28 May 2017 18:29:10 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 4 ++-- INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b11653..b18b81a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,10 +58,10 @@ endif() list(APPEND PKGDEPS glib-2.0>=2.28.0) list(APPEND PKGDEPS glibmm-2.4>=2.28.0) -list(APPEND PKGDEPS libsigrokcxx>=0.4.0) +list(APPEND PKGDEPS libsigrokcxx>=0.5.0) if(ENABLE_DECODE) - list(APPEND PKGDEPS libsigrokdecode>=0.4.0) + list(APPEND PKGDEPS libsigrokdecode>=0.5.0) endif() if(ANDROID) diff --git a/INSTALL b/INSTALL index 32f388bc..3f883e97 100644 --- a/INSTALL +++ b/INSTALL @@ -22,8 +22,8 @@ Requirements - libboost-filesystem - libboost-serialization - libboost-test (optional, only needed to run the unit tests) - - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings) - - libsigrokdecode >= 0.4.0 + - libsigrokcxx >= 0.5.0 (libsigrok C++ bindings) + - libsigrokdecode >= 0.5.0 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android) -- 2.30.2