Re: [PATCH v3 01/18] build: Require gio >= 2.40.
Denis Kenzior <[email protected]> Mon, 24 Mar 2025 17:15:44 -0500
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <[email protected]> |
Hi Grant, On 3/20/25 6:38 PM, Grant Erickson wrote: > Required for 'G_IO_ERROR' and 'g_io_error_from_errno' used by GWeb. > --- > configure.ac | 5 +++++ > 1 file changed, 5 insertions(+) Note that g_autofree requires GLib 2.44. I've added a commit for that prior to this commit and amended this commit to require GIO 2.44 for consistency. Regards, -Denis