Hi Daniel, On 04/26/2016 02:39 AM, Daniel Wagner wrote: > 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. > Yes, that is a good point. Still, I don't think it makes sense to try and depend on a version from 2011. Newer glib versions are even worse. Our goal is to migrate oFono away from glib and onto ell, which is the proper solution to the footprint problem long-term. Regards, -Denis