From e37a0c3e6087c1aaa1dff648ecb0c0d1ed786e6a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 21 Jul 2017 07:08:06 +0200 Subject: [PATCH] INSTALL/CMakeLists.txt: Bump libsigrokdecode requirement to >= 0.6.0. PulseView now relies on e.g. the fact that multiple libsigrokdecode calls from different threads don't cause issues (which has not been the case prior to libsigrokdecode 0.6.0). --- CMakeLists.txt | 2 +- INSTALL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21edc55a..66ef33b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ list(APPEND PKGDEPS glibmm-2.4>=2.28.0) list(APPEND PKGDEPS libsigrokcxx>=0.6.0) if(ENABLE_DECODE) - list(APPEND PKGDEPS libsigrokdecode>=0.5.0) + list(APPEND PKGDEPS libsigrokdecode>=0.6.0) endif() if(ANDROID) diff --git a/INSTALL b/INSTALL index 62cebc83..445e36b8 100644 --- a/INSTALL +++ b/INSTALL @@ -23,7 +23,7 @@ Requirements - libboost-serialization - libboost-test (optional, only needed to run the unit tests) - libsigrokcxx >= 0.6.0 (libsigrok C++ bindings) - - libsigrokdecode >= 0.5.0 + - libsigrokdecode >= 0.6.0 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android) -- 2.30.2