aboutsummaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4b191b9..3a1f880 100755
--- a/configure
+++ b/configure
@@ -8606,6 +8606,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"