summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-02-09 16:21:59 -0500
committerMatt Turner <mattst88@gmail.com>2012-02-09 16:21:59 -0500
commit12695ed1edd8c590252e76d530bcecaa0036e109 (patch)
treef1dc41e932c70fd631126ee7b994d3aa5e75ee7e
parent0e7e9cd639196cb42b0a79b2671f6bacc558035f (diff)
Don't check for randrproto or renderproto
The driver supports neither randr or render. Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9890a76..aa8f4b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,6 @@ AC_ARG_WITH(xorg-module-dir,
[moduledir="$libdir/xorg/modules"])
# Store the list of server defined optional extensions in REQUIRED_MODULES
-XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
-XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)