GNOME Bugzilla – Bug 443788
[PATCH] allow disabling of libecal (compile fix)
Last modified: 2008-12-04 13:57:59 UTC
Hi. The 2.19.3 release made some libecal calls without the #if HAVE_LIBECAL protection, resulting in compile failures if the panel is built without eds support. The attached patch should resolve the issue.
Created attachment 89311 [details] [review] gnome-panel-2.19.3-clock-applet-libecal.patch
*** Bug 445231 has been marked as a duplicate of this bug. ***
*** Bug 446328 has been marked as a duplicate of this bug. ***
*** Bug 446943 has been marked as a duplicate of this bug. ***
Actually, the whole functions can be ifdef'ed. I've committed this. Thanks for the report!