summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2014-03-13 14:19:19 +1000
committerDave Airlie <airlied@gmail.com>2014-03-13 14:19:19 +1000
commit396b611bad91dbe2f6dd303905b8e8ac7c2ecace (patch)
treed6312014c6d53ebc08ff7c64f58e83a5714fe503
parenta99e3ac1512211746f8246cce133cc603dbd01d2 (diff)
get rid of last glew references
-rw-r--r--configure.ac1
-rw-r--r--src/gallium/renderer/graw_decode.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3695932a4d4..c78a0c4ee63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1949,7 +1949,6 @@ AC_CHECK_LIB([glut],
AC_SUBST([GLUT_CFLAGS])
AC_SUBST([GLUT_LIBS])
-PKG_CHECK_MODULES(GLEW, [glew], [], [])
PKG_CHECK_MODULES(GL, [gl], [], [])
AM_CONDITIONAL(HAVE_I915_DRI, test x$HAVE_I915_DRI = xyes)
diff --git a/src/gallium/renderer/graw_decode.c b/src/gallium/renderer/graw_decode.c
index ad48c1c1839..9c472358582 100644
--- a/src/gallium/renderer/graw_decode.c
+++ b/src/gallium/renderer/graw_decode.c
@@ -1,8 +1,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
-#include <GL/glew.h>
-#include <GL/gl.h>
+#include <epoxy/gl.h>
#include "util/u_memory.h"
#include "pipe/p_state.h"