From: Uwe Hermann Date: Sat, 4 Apr 2020 20:44:45 +0000 (+0200) Subject: build: Bump libsigrokcxx requirement to >= 0.5.2. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=1db57c0370da371257759903a766629ff58b2576 build: Bump libsigrokcxx requirement to >= 0.5.2. The Context->create_end_packet() we currently use was added in 0.5.2. Reported by Dan HorĂ¡k, thanks! --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 31164a9e..ecaf6694 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ if(ENABLE_FLOW) list(APPEND PKGDEPS libsigrokflow>=0.1.0) endif() -set(LIBSR_CXX_BINDING "libsigrokcxx>=0.5.1") +set(LIBSR_CXX_BINDING "libsigrokcxx>=0.5.2") list(APPEND PKGDEPS "${LIBSR_CXX_BINDING}") if(ENABLE_DECODE) diff --git a/INSTALL b/INSTALL index d666f0a7..da89be8d 100644 --- a/INSTALL +++ b/INSTALL @@ -24,7 +24,7 @@ Requirements - libboost-serialization - libboost-test (optional, only needed to run the unit tests) - libboost-stacktrace (optional, only needed for debugging) - - libsigrokcxx >= 0.5.1 (libsigrok C++ bindings) + - libsigrokcxx >= 0.5.2 (libsigrok C++ bindings) - libsigrokdecode >= 0.5.2 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android) - asciidoctor (optional, only needed to build the HTML manual)