On 04/26/2016 08:19 AM, John Ernberg wrote: > -PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28, dummy=yes, > - AC_MSG_ERROR(GLib >= 2.28 is required)) > +PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32, dummy=yes, > + AC_MSG_ERROR(GLib >= 2.32 is required))
Some time ago we had a discussion on the ConnMan mailing list doing the same thing. IIRC, 2.32 has a larger memory footprint compared to 2.28. That was an issue back than. Don't know if that is still relevant. cheers, daniel _______________________________________________ ofono mailing list [email protected] https://lists.ofono.org/mailman/listinfo/ofono
