* [Patch] support libical 4.0
@ 2026-05-11 5:58 Funda Wang
2026-05-11 7:44 ` Bastien Nocera
2026-05-11 7:54 ` bluez.test.bot
0 siblings, 2 replies; 3+ messages in thread
From: Funda Wang @ 2026-05-11 5:58 UTC (permalink / raw)
To: linux-bluetooth
[-- Attachment #1.1: Type: text/plain, Size: 264 bytes --]
Hello,
Since libical 4.0 [1], pkgconfig files of libical have been splitted into several files according to libraries. The libical pkgconfig check need to be tweaked to check libicalvcal. Patch attached.
Thanks.
[1]: https://github.com/libical/libical/pull/988
[-- Attachment #1.2: Type: text/html, Size: 285 bytes --]
[-- Attachment #2: bluez-5.86-support-ical-4.0.patch.txt --]
[-- Type: text/plain, Size: 778 bytes --]
From e5128e1124efa814d8c65b4797025b1a15c6b250 Mon Sep 17 00:00:00 2001
From: Funda Wang <fundawang@yeah.net>
Date: Mon, 11 May 2026 12:37:35 +0800
Subject: [PATCH] support libical 4.0
---
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 52de7d6..1cdd551 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.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Patch] support libical 4.0
2026-05-11 5:58 [Patch] support libical 4.0 Funda Wang
@ 2026-05-11 7:44 ` Bastien Nocera
2026-05-11 7:54 ` bluez.test.bot
1 sibling, 0 replies; 3+ messages in thread
From: Bastien Nocera @ 2026-05-11 7:44 UTC (permalink / raw)
To: Funda Wang, linux-bluetooth
On Mon, 2026-05-11 at 13:58 +0800, Funda Wang wrote:
> Hello,
>
> Since libical 4.0 [1], pkgconfig files of libical have been splitted
> into several files according to libraries. The libical pkgconfig
> check need to be tweaked to check libicalvcal. Patch attached.
That breaks libical < 4.0, which is still the current version on most
stable distributions.
And please follow the instructions at:
https://github.com/bluez/bluez/blob/master/HACKING#L98
for how to send patches.
Regards
>
> Thanks.
>
> [1]: https://github.com/libical/libical/pull/988
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: support libical 4.0
2026-05-11 5:58 [Patch] support libical 4.0 Funda Wang
2026-05-11 7:44 ` Bastien Nocera
@ 2026-05-11 7:54 ` bluez.test.bot
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-05-11 7:54 UTC (permalink / raw)
To: linux-bluetooth, fundawang
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
This is an automated email and please do not reply to this email.
Dear Submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.
----- Output -----
Please resolve the issue and submit the patches again.
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-11 7:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 5:58 [Patch] support libical 4.0 Funda Wang
2026-05-11 7:44 ` Bastien Nocera
2026-05-11 7:54 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox