diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 20:50:28 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-26 20:50:28 +0000 |
commit | 4d3303605f71febe5a2728fa6b2f7f0749d81970 (patch) | |
tree | 8c00bca33c55c457fa9c9d9f45aeb6fb1f4ba87c /drivers.m4 | |
parent | baa22cf17a8d1bea1c8e423d0c3ccf1c4a4df96b (diff) | |
download | lcd4linux-4d3303605f71febe5a2728fa6b2f7f0749d81970.tar.gz |
remove unneeded libs
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -649,7 +649,7 @@ if test "$VNC" = "yes"; then if test "$has_vncserverlib" = "true"; then GRAPHIC="yes" DRIVERS="$DRIVERS drv_vnc.o" - DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lnsl -lz -ljpeg" + DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lz" AC_DEFINE(WITH_VNC,1,[vnc driver]) else AC_MSG_WARN(libvncserver not found: vnc driver disabled) |