summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-05-31 16:28:05 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-02 10:06:04 -0400
commit28a45cd759051ad13bfa5e8c9c13e729472f3e20 (patch)
tree4f5f905edf7e4f64c31bbf43e0620ec0b7f47925 /configure.ac
parent0464db90a874af87d299bb2f0a5b17f337913a34 (diff)
config: wacom driver requires xextproto and kbdproto
These protocols are required to compile the driver. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f66fb9..6aacda2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ XORG_DEFAULT_OPTIONS
XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
# Obtain compiler/linker options from server and required extensions
-PKG_CHECK_MODULES(XORG, xorg-server xproto inputproto $REQUIRED_MODULES)
+PKG_CHECK_MODULES(XORG, xorg-server xproto xext kbproto inputproto $REQUIRED_MODULES)
# Obtain compiler/linker options for the xsetwacom tool
PKG_CHECK_MODULES(X11, x11 xi)