* [BlueZ] build: Support libical 4.0
@ 2026-06-04 8:01 Bastien Nocera
2026-06-04 12:18 ` bluez.test.bot
2026-06-04 18:10 ` patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Bastien Nocera @ 2026-06-04 8:01 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Funda Wang
From: Funda Wang <fundawang@yeah.net>
libical 4.0 split off some vcal related functions to a separate shared
library, libicalvcal. As libicalvcal depends on libical itself, first
check for libicalvcal being available, and if it fails, check for
just libical.
Closes: https://github.com/bluez/bluez/issues/2090
Tested-by: Bastien Nocera <hadess@hadess.net>
---
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 52de7d665184..1cdd551f61cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,9 @@ fi
AC_ARG_ENABLE(obex, AS_HELP_STRING([--disable-obex],
[disable OBEX profile support]), [enable_obex=${enableval}])
if (test "${enable_obex}" != "no"); then
- PKG_CHECK_MODULES(ICAL, libical)
+ PKG_CHECK_MODULES(ICAL, [libicalvcal >= 4.0.0], [],
+ [PKG_CHECK_MODULES(ICAL, [libical])]
+ )
fi
AM_CONDITIONAL(OBEX, test "${enable_obex}" != "no")
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ] build: Support libical 4.0
2026-06-04 8:01 [BlueZ] build: Support libical 4.0 Bastien Nocera
@ 2026-06-04 12:18 ` bluez.test.bot
2026-06-04 18:10 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-06-04 12:18 UTC (permalink / raw)
To: linux-bluetooth, hadess
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1105842
---Test result---
Test Summary:
CheckPatch PASS 0.39 seconds
GitLint PASS 0.30 seconds
BuildEll PASS 19.99 seconds
BluezMake PASS 598.14 seconds
MakeCheck PASS 18.48 seconds
MakeDistcheck PASS 232.81 seconds
CheckValgrind PASS 271.14 seconds
CheckSmatch PASS 321.22 seconds
bluezmakeextell PASS 164.77 seconds
IncrementalBuild PASS 603.55 seconds
ScanBuild PASS 906.29 seconds
https://github.com/bluez/bluez/pull/2177
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BlueZ] build: Support libical 4.0
2026-06-04 8:01 [BlueZ] build: Support libical 4.0 Bastien Nocera
2026-06-04 12:18 ` bluez.test.bot
@ 2026-06-04 18:10 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-06-04 18:10 UTC (permalink / raw)
To: Bastien Nocera; +Cc: linux-bluetooth, fundawang
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 4 Jun 2026 10:01:35 +0200 you wrote:
> From: Funda Wang <fundawang@yeah.net>
>
> libical 4.0 split off some vcal related functions to a separate shared
> library, libicalvcal. As libicalvcal depends on libical itself, first
> check for libicalvcal being available, and if it fails, check for
> just libical.
>
> [...]
Here is the summary with links:
- [BlueZ] build: Support libical 4.0
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e60d07255327
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] 3+ messages in thread
end of thread, other threads:[~2026-06-04 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-04 8:01 [BlueZ] build: Support libical 4.0 Bastien Nocera
2026-06-04 12:18 ` bluez.test.bot
2026-06-04 18:10 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox