diff options
author | Matt Turner <mattst88@gmail.com> | 2010-09-22 23:50:04 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2010-09-23 00:31:18 -0400 |
commit | ff602c76781e27f191f4836b4f7eff5df5f7e54c (patch) | |
tree | 44d25d021d028c0568705f814f5113e2aba2a7e2 | |
parent | 705ffc1776df2240f337dd896223b371c12bc19f (diff) |
Don't check for unneeded proto headers.
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 450005b..640d20f 100644 --- a/configure.ac +++ b/configure.ac @@ -59,9 +59,6 @@ AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri], [DRI=auto]) # 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) |