summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-10-11 12:53:11 +0200
committerBastien Nocera <hadess@hadess.net>2016-10-20 19:57:54 +0200
commit6e474f979da2f6502f820ec652da11bc683ff344 (patch)
tree459d0f2180d27ae2275cc65ed60b1355a1d55743 /configure.ac
parent9055c1118b6a526344a4a0dc3a05baa1d6c00272 (diff)
downloadgnome-session-6e474f979da2f6502f820ec652da11bc683ff344.tar.gz
check-accelerated: Print the renderer under Wayland as well
Based on sample code by Matthias Clasen <mclasen@redhat.com> We'll use this in gnome-control-center when gnome-session cannot provide a renderer, under Wayland, as the Wayland compositor runs after gnome-session's startup. If OpenGL 3 is not supported (which is required for GTK+'s GL support), then nothing is output. https://bugzilla.gnome.org/show_bug.cgi?id=756914
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb71383b..d357e8a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ PKG_CHECK_MODULES(SM, sm)
PKG_CHECK_MODULES(ICE, ice)
PKG_CHECK_MODULES(XEXT, xext xau)
-PKG_CHECK_MODULES(GL_TEST, xcomposite gl glib-2.0)
+PKG_CHECK_MODULES(GL_TEST, xcomposite gl glib-2.0 epoxy)
PKG_CHECK_MODULES(GLES_TEST, egl glesv2)
dnl ====================================================================