[PATCH input-acecad] config: acecad does not use the input protocol
Gaetan Nadon
memsize at videotron.ca
Mon May 10 17:46:03 PDT 2010
There is no need to PKG_CHECK_MODULES inputproto
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1121e29..34ea96f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_CHECK_LIB([sysfs], [sysfs_close_bus])
AC_CHECK_HEADERS([linux/input.h sysfs/libsysfs.h])
# Obtain compiler/linker options from server and required extensions
-PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto inputproto)
+PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto)
# Define a configure option for an alternate input module directory
AC_ARG_WITH(xorg-module-dir,
--
1.6.0.4
More information about the xorg-devel
mailing list