After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 443788 - [PATCH] allow disabling of libecal (compile fix)
[PATCH] allow disabling of libecal (compile fix)
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 445231 446328 446943 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-06-04 03:26 UTC by Saleem Abdulrasool
Modified: 2008-12-04 13:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
gnome-panel-2.19.3-clock-applet-libecal.patch (730 bytes, patch)
2007-06-04 03:29 UTC, Saleem Abdulrasool
none Details | Review

Description Saleem Abdulrasool 2007-06-04 03:26:33 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.
Comment 1 Saleem Abdulrasool 2007-06-04 03:29:47 UTC
Created attachment 89311 [details] [review]
gnome-panel-2.19.3-clock-applet-libecal.patch
Comment 2 Vincent Untz 2007-06-07 21:17:29 UTC
*** Bug 445231 has been marked as a duplicate of this bug. ***
Comment 3 Vincent Untz 2007-06-14 19:27:19 UTC
*** Bug 446328 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Untz 2007-06-14 19:27:24 UTC
*** Bug 446943 has been marked as a duplicate of this bug. ***
Comment 5 Vincent Untz 2007-06-14 19:31:26 UTC
Actually, the whole functions can be ifdef'ed. I've committed this. Thanks for the report!