]> sigrok.org Git - libsigrokdecode.git/commitdiff
sr/srd/cli: require glib version >= 2.28
authorBert Vermeulen <redacted>
Fri, 22 Jun 2012 23:17:36 +0000 (01:17 +0200)
committerBert Vermeulen <redacted>
Fri, 22 Jun 2012 23:26:20 +0000 (01:26 +0200)
Needed for g_get_monotonic_time(). Thanks to Tomaž Šolc.

README
configure.ac

diff --git a/README b/README
index 1ac8b42da76adbc46128b4cfdf438f1a3135ae09..a61a4a6e1e45344a41293e352849efec02ece176 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Requirements
  - automake >= 1.11
  - libtool
  - pkg-config >= 0.22
- - libglib >= 2.22.0
+ - libglib >= 2.28.0
  - Python >= 3.0
 
 
index ec1a14f9962836d5c4d25b926c6365b834a018b4..0819c4a8ab5b4e1afec128ceffc8470b52de9f40 100644 (file)
@@ -78,7 +78,7 @@ AC_SUBST(SRD_LIB_LDFLAGS)
 # 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.22.0],
+AM_PATH_GLIB_2_0([2.28.0],
         [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
 
 # Python support. We require at least Python >= 3.0.