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 695556 - empathy-3.7.91 missing include and dependency for cogl
empathy-3.7.91 missing include and dependency for cogl
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-10 11:55 UTC by David Hicks
Modified: 2013-03-11 14:21 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8



Description David Hicks 2013-03-10 11:55:08 UTC
Reference: https://git.gnome.org/browse/empathy/tree/src/empathy-call.c#n227

cogl_get_option_group is called within src/empathy-call.c yet cogl headers are not included within this file. Furthermore, configure.ac does not check that cogl exists.
Comment 1 Guillaume Desmottes 2013-03-11 14:21:03 UTC
Fixed and master and 3.6; thanks!



commit 6549ab3005c67b222f1f9d244cb9f7d551b3e325
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Mar 11 15:19:41 2013 +0100

    explicitely depends on cogl
    
    We use cogl directly in some empathy-call files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695556