summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSoeren Apel <soeren@apelpie.net>2018-03-17 21:40:36 +0100
committerSoeren Apel <soeren@apelpie.net>2018-03-17 21:40:36 +0100
commit1a41642e2cd8ecfa703c45264c522866b4c99f01 (patch)
tree2250cda3efd503a4d92e76beba2914913b2bec19 /README
parent811167552c54668f6407ac640f8eb47a32980dd8 (diff)
downloadlibsigrokdecode-1a41642e2cd8ecfa703c45264c522866b4c99f01.tar.gz
libsigrokdecode-1a41642e2cd8ecfa703c45264c522866b4c99f01.zip
Fix part of #1128 by adding a way to retrieve PD search paths
As this uses g_slist_copy_deep(), we now require glib 2.34.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 686efef..784be27 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Requirements
- automake >= 1.11 (only needed when building from git)
- libtool (only needed when building from git)
- pkg-config >= 0.22
- - libglib >= 2.28.0
+ - libglib >= 2.34
- Python >= 3.2
- check >= 0.9.4 (optional, only needed to run unit tests)
- doxygen (optional, only needed for the C API docs)