]> sigrok.org Git - libsigrok.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 33e367a4ced9f1bbd928c058a83c9347ccb82269..e25f227290885a27fc72386f9a3490909ce377c4 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
  - libusb >= 1.0.5 (for most logic analyzer hardware)
  - libzip >= 0.8
  - libftdi >= 0.16 (for some logic analyzer hardware)
index 485fd90d0c83234eb98c3fa2facb6210561f1d36..b0558ef3296e64f21820d046533b56ddccbc027a 100644 (file)
@@ -181,7 +181,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.22.0],
+AM_PATH_GLIB_2_0([2.28.0],
        [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
 
 # libgthread-2.0 is always needed (e.g. for the demo hardware driver).