]> sigrok.org Git - pulseview.git/commitdiff
Bump requirements to libsigrok/libsigrokdecode 0.5.0.
authorUwe Hermann <redacted>
Sun, 28 May 2017 16:29:10 +0000 (18:29 +0200)
committerUwe Hermann <redacted>
Sun, 28 May 2017 16:45:39 +0000 (18:45 +0200)
We use various new API calls from the upcoming 0.5.0 releases and are
not compatible with the respective 0.4.x anymore.

CMakeLists.txt
INSTALL

index 07b11653fbbf5a4f8892b271c3aa509936fb51fe..b18b81a7c4841b6edf937a91c13d1cf70f006f37 100644 (file)
@@ -58,10 +58,10 @@ endif()
 list(APPEND PKGDEPS glib-2.0>=2.28.0)
 list(APPEND PKGDEPS glibmm-2.4>=2.28.0)
 
-list(APPEND PKGDEPS libsigrokcxx>=0.4.0)
+list(APPEND PKGDEPS libsigrokcxx>=0.5.0)
 
 if(ENABLE_DECODE)
-       list(APPEND PKGDEPS libsigrokdecode>=0.4.0)
+       list(APPEND PKGDEPS libsigrokdecode>=0.5.0)
 endif()
 
 if(ANDROID)
diff --git a/INSTALL b/INSTALL
index 32f388bc66d983e8fcdf31881c5cbfa41c99a6f5..3f883e9731f45a80ca629abcb7fd8f6497e1349c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ Requirements
     - libboost-filesystem
     - libboost-serialization
     - libboost-test (optional, only needed to run the unit tests)
- - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
- - libsigrokdecode >= 0.4.0
+ - libsigrokcxx >= 0.5.0 (libsigrok C++ bindings)
+ - libsigrokdecode >= 0.5.0
  - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)