From 68ef4b9db50006f9cd22c7d2e77e961718c02cd4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 18 Jul 2015 18:08:24 +0200 Subject: [PATCH] Build-depend on the upcoming libsigrok + libsigrokdecode 0.4.0. --- CMakeLists.txt | 4 ++-- INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa9d0b45..15902c80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,10 +65,10 @@ endif() #= Dependencies #------------------------------------------------------------------------------- -list(APPEND PKGDEPS libsigrokcxx>=0.3.0) +list(APPEND PKGDEPS libsigrokcxx>=0.4.0) if(ENABLE_DECODE) - list(APPEND PKGDEPS libsigrokdecode>=0.3.0) + list(APPEND PKGDEPS libsigrokdecode>=0.4.0) endif() if(ANDROID) diff --git a/INSTALL b/INSTALL index 6109714e..746064be 100644 --- a/INSTALL +++ b/INSTALL @@ -22,8 +22,8 @@ Requirements - libboost-filesystem - libboost-thread - libboost-test (optional, only needed to run the unit tests) - - libsigrokcxx >= 0.3.0 (libsigrok C++ bindings) - - libsigrokdecode >= 0.3.0 + - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings) + - libsigrokdecode >= 0.4.0 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android) -- 2.30.2