diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 23:11:12 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 23:11:12 +0000 |
commit | 4ce74802e916605313af2762d585d184a2888b5f (patch) | |
tree | b26c6701f3b18527e207f076cf634b42b377280c /drivers.m4 | |
parent | 4d3303605f71febe5a2728fa6b2f7f0749d81970 (diff) | |
download | lcd4linux-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.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]) |