GNOME Bugzilla – Bug 669878
Mageia patch: change pkgconfig file
Last modified: 2012-02-15 14:46:00 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.
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'.