build: Add the 'gl' pkg-config
Cogl does not explicitly link against GL or GLES any more, and Clutter master dropped the 'gl' pkg-config requirement because it introduced unneeded and conflicting dependencies. GNOME Shell still uses glXQuery* API, so it needs to explicitly link against libGL. https://bugzilla.gnome.org/show_bug.cgi?id=667864
This commit is contained in:
parent
3f328463a8
commit
235cb9c505
@ -84,6 +84,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MIN_VERSION
|
||||
gjs-internals-1.0 >= $GJS_MIN_VERSION
|
||||
libgnome-menu-3.0 $recorder_modules
|
||||
gdk-x11-3.0 libsoup-2.4
|
||||
gl
|
||||
clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
|
||||
clutter-glx-1.0 >= $CLUTTER_MIN_VERSION
|
||||
libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_MIN_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user