aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-26 23:11:12 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-26 23:11:12 +0000
commit4ce74802e916605313af2762d585d184a2888b5f (patch)
treeb26c6701f3b18527e207f076cf634b42b377280c /drivers.m4
parent4d3303605f71febe5a2728fa6b2f7f0749d81970 (diff)
downloadlcd4linux-4ce74802e916605313af2762d585d184a2888b5f.tar.gz
vnc driver: add beta keypad support
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1008 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 a6bf925..decfe0e 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -648,6 +648,7 @@ fi
if test "$VNC" = "yes"; then
if test "$has_vncserverlib" = "true"; then
GRAPHIC="yes"
+ KEYPAD="yes"
DRIVERS="$DRIVERS drv_vnc.o"
DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lz"
AC_DEFINE(WITH_VNC,1,[vnc driver])