]> sigrok.org Git - pulseview.git/commitdiff
build: Bump libsigrokcxx requirement to >= 0.5.2.
authorUwe Hermann <redacted>
Sat, 4 Apr 2020 20:44:45 +0000 (22:44 +0200)
committerUwe Hermann <redacted>
Sat, 4 Apr 2020 20:44:45 +0000 (22:44 +0200)
The Context->create_end_packet() we currently use was added in 0.5.2.

Reported by Dan HorĂ¡k, thanks!

CMakeLists.txt
INSTALL

index 31164a9e77c2b8336fa7b0032d8c45227057f9b8..ecaf6694234e8ce9c0b049b3814cb28644908a49 100644 (file)
@@ -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 d666f0a7f8247aa68117b2be16a8822369c59c3f..da89be8d014974312b214ecbe9192c937e556b55 100644 (file)
--- 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)