summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2015-10-06 21:08:36 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2015-10-06 23:25:40 +0200
commit41d43a33fb4088889aba931cbdbc032263a6f397 (patch)
tree328e4b45ced80ab4e643fc0f9fd1440f7bd2c581 /README
parente9dd2fea0514df9316a12bae191b810811fc9f01 (diff)
downloadlibsigrokdecode-41d43a33fb4088889aba931cbdbc032263a6f397.tar.gz
libsigrokdecode-41d43a33fb4088889aba931cbdbc032263a6f397.zip
build: Require GLib 2.28.0
This is needed for e.g. g_slist_free_full(), which incidentally has been in use for a while already.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 302c653..686efef 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.24.0
+ - libglib >= 2.28.0
- Python >= 3.2
- check >= 0.9.4 (optional, only needed to run unit tests)
- doxygen (optional, only needed for the C API docs)