Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH] build: Drop GLib 2.60 requirements
@ 2024-02-06 16:24 Denis Kenzior
  2024-02-06 17:00 ` patchwork-bot+ofono
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kenzior @ 2024-02-06 16:24 UTC (permalink / raw)
  To: ofono; +Cc: Denis Kenzior

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build: Drop GLib 2.60 requirements
  2024-02-06 16:24 [PATCH] build: Drop GLib 2.60 requirements Denis Kenzior
@ 2024-02-06 17:00 ` patchwork-bot+ofono
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+ofono @ 2024-02-06 17:00 UTC (permalink / raw)
  To: Denis Kenzior; +Cc: ofono

Hello:

This patch was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Tue,  6 Feb 2024 10:24:34 -0600 you wrote:
> 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(-)

Here is the summary with links:
  - build: Drop GLib 2.60 requirements
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=d70bcc06096a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-06 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 16:24 [PATCH] build: Drop GLib 2.60 requirements Denis Kenzior
2024-02-06 17:00 ` patchwork-bot+ofono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox