The Context->create_end_packet() we currently use was added in 0.5.2.
Reported by Dan HorĂ¡k, thanks!
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)
- 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)