aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-10-01 15:49:21 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-10-01 15:49:21 +0000
commitb4295fcc844e053df526da8498c4c09501824543 (patch)
treeb859653aff97a694c8b22491805f449469723838 /drivers.m4
parent354b411f9ddf943fe35b380f11d52bd6201df131 (diff)
downloadlcd4linux-b4295fcc844e053df526da8498c4c09501824543.tar.gz
RDTSC delay and inclusion of asm/msr.h removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@844 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index 6e7d76b..e89978f 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -531,6 +531,7 @@ if test "$X11" = "yes"; then
AC_MSG_WARN(X11 headers or libraries not available: X11 driver disabled)
else
GRAPHIC="yes"
+ KEYPAD="yes"
DRIVERS="$DRIVERS drv_X11.o"
if test "x$ac_x_libraries" = "x"; then
DRVLIBS="$DRVLIBS -lX11"