]> sigrok.org Git - libsigrokdecode.git/commitdiff
build: Require GLib 2.28.0
authorDaniel Elstner <redacted>
Tue, 6 Oct 2015 19:08:36 +0000 (21:08 +0200)
committerDaniel Elstner <redacted>
Tue, 6 Oct 2015 21:25:40 +0000 (23:25 +0200)
This is needed for e.g. g_slist_free_full(), which incidentally
has been in use for a while already.

README
configure.ac

diff --git a/README b/README
index 302c653e7d594f17a6f036e823dfe18217efab2b..686efeff3783ae473dbc8c7167daad32dbb79342 100644 (file)
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ Requirements
  - automake >= 1.11 (only needed when building from git)
  - libtool (only needed when building from git)
  - pkg-config >= 0.22
- - libglib >= 2.24.0
+ - libglib >= 2.28.0
  - Python >= 3.2
  - check >= 0.9.4 (optional, only needed to run unit tests)
  - doxygen (optional, only needed for the C API docs)
index 09bfd56802356600c495fd1b456ace7b844fa0ba..c4960f41d52a57fbd1bb685636ae60222c38b34c 100644 (file)
@@ -130,7 +130,7 @@ AC_SUBST([SRD_PKGLIBS])
 
 # Retrieve the compile and link flags for all modules combined.
 # Also, bail out at this point if any module dependency is not met.
-PKG_CHECK_MODULES([LIBSIGROKDECODE], [glib-2.0 >= 2.24.0 $SRD_PKGLIBS])
+PKG_CHECK_MODULES([LIBSIGROKDECODE], [glib-2.0 >= 2.28.0 $SRD_PKGLIBS])
 PKG_CHECK_MODULES([TESTS], [$SRD_PKGLIBS_TESTS glib-2.0 $SRD_PKGLIBS])
 
 srd_glib_version=`$PKG_CONFIG --modversion glib-2.0 2>&AS_MESSAGE_LOG_FD`
@@ -156,7 +156,7 @@ Compile configuration:
  - C compiler warnings............. $SRD_WFLAGS
 
 Detected libraries (required):
- - glib-2.0 >= 2.24.0.............. $srd_glib_version
+ - glib-2.0 >= 2.28.0.............. $srd_glib_version
 $srd_pkglibs_summary
 Detected libraries (optional):
 $srd_pkglibs_opt_summary