]> sigrok.org Git - libsigrok.git/commitdiff
require glib version >= 2.32
authorBert Vermeulen <redacted>
Mon, 29 Oct 2012 21:08:34 +0000 (22:08 +0100)
committerBert Vermeulen <redacted>
Mon, 29 Oct 2012 21:08:34 +0000 (22:08 +0100)
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.

configure.ac

index d6ff55de5039cd04ade198e00b286a3ffb960f95..850384c5f8c7da38a9aa3e9cf47c9b3230bde5db 100644 (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).