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 746904 - make it possible to disable libcanberra
make it possible to disable libcanberra
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.16.x
Other OpenBSD
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-03-27 18:07 UTC by Antoine Jacoutot
Modified: 2015-03-28 22:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add enable/disable configure option for libcanberra (2.45 KB, patch)
2015-03-27 18:07 UTC, Antoine Jacoutot
committed Details | Review

Description Antoine Jacoutot 2015-03-27 18:07:17 UTC
Created attachment 300480 [details] [review]
add enable/disable configure option for libcanberra

Hi.

To ease packaging purpose, it'd be nice to be able to disable libcanberra in gtk+ even if it's available at the time of the build so that we don't risk ending up with a cyclic dependency: gtk+ -> libcanberra-gtk3 -> gtk+

Thanks.
Comment 1 Emmanuele Bassi (:ebassi) 2015-03-27 18:09:54 UTC
Without looking at the patch (yet), I'd rather have the libcanberra-gtk plugin shipped by GTK+ itself, with the option of not building it at all. This way we get rid of the cyclic dependency.
Comment 2 Matthias Clasen 2015-03-28 16:28:58 UTC
Its on my list for this cycle to look at integrating it