[PATCH input-acecad] config: remove extension check for unused RANDR extension

Gaetan Nadon memsize at videotron.ca
Fri Apr 16 12:07:43 PDT 2010


The randr protocol is not used, no randr*.h are included.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index bbf7f0f..19d3c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,6 @@ AC_CHECK_LIB([sysfs], [sysfs_close_bus])
 AC_CHECK_HEADERS([linux/input.h sysfs/libsysfs.h])
 
 # Store the list of server defined extensions in REQUIRED_MODULES
-XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
 XORG_DRIVER_CHECK_EXT(XINPUT, inputproto)
 
 # Obtain compiler/linker options from server and required extensions
-- 
1.6.0.4



More information about the xorg-devel mailing list