summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-28 07:57:42 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-28 07:58:02 -0400
commit938ef4eaec0e406e198105d866f6d2a1be5e0ef8 (patch)
treeb85d062a0097d317820d99dfaa47a99cf060388a /configure.ac
parentfba6651a92af76d7a8d034e1acfdad5023cd311c (diff)
legacy: Remove long gone use of GlxSetVisualConfigs()
This removes the last dependeny on anything GL/GLX in the driver.
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 d5989a6a..2845702c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ CFLAGS="$save_CFLAGS $DEBUGFLAGS"
AM_CONDITIONAL(DRI, test x$DRI = xyes)
if test "$DRI" = yes; then
- PKG_CHECK_MODULES(DRI, [xf86driproto glproto])
+ PKG_CHECK_MODULES(DRI, [xf86driproto])
AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
fi