aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-25 22:56:29 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-03-25 22:56:29 +0000
commitec8146e93a99ceedb276cee31c631d378a94b9ff (patch)
treee22bb3fd92e2b8f44ff216e753e14ac9b174b846 /drivers.m4
parentc23b97451192e0c86cf97ed498642ea82b7ca9d6 (diff)
downloadlcd4linux-ec8146e93a99ceedb276cee31c631d378a94b9ff.tar.gz
more vnc driver stuff...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@998 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 876631f..5766093 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -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 -lpthread -lz /usr/lib/libjpeg.la"
+ DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lnsl -lz -ljpeg"
AC_DEFINE(WITH_VNC,1,[vnc driver])
else
AC_MSG_WARN(libvncserver not found: vnc driver disabled)