We don't use any of the recent glib features in libsigrokdecode, it
compiles fine with 2.24.x.
- automake >= 1.11
- libtool
- pkg-config >= 0.22
- - libglib >= 2.28.0
+ - libglib >= 2.24.0
- Python >= 3.0
# libglib-2.0 is always needed.
# Note: glib-2.0 is part of the libsigrokdecode API
# (hard pkg-config requirement).
-AM_PATH_GLIB_2_0([2.28.0],
+AM_PATH_GLIB_2_0([2.24.0],
[CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
# Python support. We require at least Python >= 3.0.