From: Denis Kenzior <denkenz@gmail.com>
To: ofono@lists.linux.dev
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [PATCH] build: Drop GLib 2.60 requirements
Date: Tue, 6 Feb 2024 10:24:34 -0600 [thread overview]
Message-ID: <20240206162453.1024228-1-denkenz@gmail.com> (raw)
Since g_utf8_validate_len is no longer used, requiring GLib 2.60 is no
longer needed. Drop back to the original 2.32 requirement.
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b866e5487443..237496e7e772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,8 +131,8 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.68, [
AC_DEFINE_UNQUOTED(HAVE_G_MEMDUP2, 1,
[Define to 1 if you have the `g_memdup2' function.])
], [
- PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.60, dummy=yes,
- AC_MSG_ERROR(GLib >= 2.60 is required))
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.32, dummy=yes,
+ AC_MSG_ERROR(GLib >= 2.32 is required))
])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
--
2.43.0
next reply other threads:[~2024-02-06 16:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 16:24 Denis Kenzior [this message]
2024-02-06 17:00 ` [PATCH] build: Drop GLib 2.60 requirements patchwork-bot+ofono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240206162453.1024228-1-denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox