require glib version >= 2.32

This allows us to do away with a few deprecated g_thread functions
in demo.c which throw deprecation warnings since glib 2.32.0.
This commit is contained in:
Bert Vermeulen 2012-10-29 22:08:34 +01:00
parent 015f1508ad
commit 7445ed9158
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ SR_PKGLIBS=""
# libglib-2.0 is always needed.
# Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement).
AM_PATH_GLIB_2_0([2.28.0],
AM_PATH_GLIB_2_0([2.32.0],
[CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
# libgthread-2.0 is always needed (e.g. for the demo hardware driver).