[gnome-shell/wip/wayland: 3/4] Don't link directly to libGL



commit 0d8cc140c5307a9e75f3081be01029182d23dfe7
Author: Neil Roberts <neil linux intel com>
Date:   Thu Mar 15 16:00:14 2012 +0000

    Don't link directly to libGL
    
    Nothing in the Gnome Shell plugin now directly uses symbols from libGL
    so we don't need to link to it. This helps to make the plugin support
    other Cogl drivers and winsys's than GL+GLX (such as GLES+EGL).

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de95e2f..7a07cf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,6 @@ 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]