summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-07-18 19:08:55 +1000
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-19 09:56:52 +0200
commit0ddcdd37fd0eb991b60e9de5485cfdfec91a23ef (patch)
treea36ec18c1f00b11c93846012ae5bf021f609eb63
parentd810b3cc9e827a028c021aa258d8f8244861a7e8 (diff)
build: fix build on OS X
Saying that it couldn't find any OpenGL api's
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55182e9..0f08087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,7 +526,7 @@ case $host in
GL_CFLAGS="$GL_CFLAGS -framework OpenGL"
USE_COCOA=yes
HAVE_WINDOW_COCOA=yes
- USE_GL=yes
+ USE_OPENGL=yes
;;
*-mingw32*)
if test "x$NEED_GLX" = "xyes"; then