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).
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)
- 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)