summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-09 14:07:22 -0700
committerMatt Turner <mattst88@gmail.com>2012-09-11 13:57:23 -0700
commitbc78be1c268d02c91926425cdf09ba1f7f1e3879 (patch)
tree2016dcde28432e6e09ff9144a62feb0daf6f995c
parenta419c141d67728f84fdb376257618fe199154d29 (diff)
Don't check for unneeded proto headers
DGA unneeded since b6633ee7, others probably never needed. Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 342b133..a6eafa3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,14 +53,6 @@ AC_ARG_WITH(xorg-module-dir,
[moduledir="$withval"],
[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)
-XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
-
# Obtain compiler/linker options for the driver dependencies
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES])