summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-07-17 13:38:30 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-07-17 14:04:33 +0100
commit7672a6f263d7737ac6f0e0edc8191aff537e9fb7 (patch)
tree2df7e99fdd3ead263ed59e1dc46ce9e519ea2b48 /configure.ac
parent80ba041afc5f892c0a91e00746c6b364ddca7fa5 (diff)
xf86-video-radeonhd: remove the GlxSetVisualConfigs stub and friendsHEADmaster
The function was an empty since 2008 at least. Remove it alongside the unused GLX visuals code. With this all the GL/GLX dependencies in the driver are gone. Note: the driver currently does not build if XAA is missing Cc: Matthias Hopf <mhopf@suse.de> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> --- Analogous to the earlier VIA one - patch is for posterity. Feel free to pick or ignore.
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 4a8fec1..55e4262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ if test "x$DRI" = xyes; then
USE_DRI="yes"
AC_CHECK_DECL(XF86DRI,, [USE_DRI=no], [#include <xorg-server.h>])
XORG_CFLAGS="$XORG_CFLAGS $DRI_CFLAGS"
- PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto glproto],, [USE_DRI=no])
+ PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto],, [USE_DRI=no])
fi
AC_MSG_CHECKING([whether to enable DRI support])