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 669878 - Mageia patch: change pkgconfig file
Mageia patch: change pkgconfig file
Status: RESOLVED INVALID
Product: cogl
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-02-11 13:21 UTC by Olav Vitters
Modified: 2012-02-15 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cogl-1.9.4-fix-pkgconfig-file.patch (435 bytes, patch)
2012-02-11 13:21 UTC, Olav Vitters
none Details | Review

Description Olav Vitters 2012-02-11 13:21:01 UTC
Created attachment 207332 [details] [review]
cogl-1.9.4-fix-pkgconfig-file.patch

Guessing this is wrong and the problem is elsewhere. Still, would appreciate a review. I didn't write this.
Comment 1 Emmanuele Bassi (:ebassi) 2012-02-15 14:46:00 UTC
yes, it's wrong. :-)

Cogl dlopen's the GL library if possible, so a direct dependency on the 'gl' pkg-config is incorrect.

the direct libGL dependency is only needed if an application or library is using the GL or GLX API directly.

if it's a gnome-shell build issue, then it has already been fixed by making gnome-shell depend on 'gl'.