From 43440015a81b1be1a3dbc1ab2e6edaf3f4cf95c5 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 3 Jul 2012 15:09:30 +0200 Subject: qmi-codegen: use `g_array_set_clear_func()' to clear array contents Bumped required glib version to 2.32. Actually... there is no real issue with keeping 2.28 as minimum required version, as for now there's no array element which requires clearing, but anyway, given that QMI is to be used in quite recent kernels, it shouldn't be a big issue to require a recent glib as well. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4baf88f..afef048 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ LIBQMI_GLIB_COMPILER_WARNINGS dnl General dependencies PKG_CHECK_MODULES(LIBQMI_GLIB, - glib-2.0 >= 2.28 + glib-2.0 >= 2.32 gobject-2.0 gio-2.0) AC_SUBST(LIBQMI_GLIB_CFLAGS) -- cgit v1.2.3