diff options
author | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-25 22:56:29 +0000 |
---|---|---|
committer | michux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-03-25 22:56:29 +0000 |
commit | ec8146e93a99ceedb276cee31c631d378a94b9ff (patch) | |
tree | e22bb3fd92e2b8f44ff216e753e14ac9b174b846 /configure | |
parent | c23b97451192e0c86cf97ed498642ea82b7ca9d6 (diff) | |
download | lcd4linux-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 '')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8607,7 +8607,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" cat >>confdefs.h <<\_ACEOF #define WITH_VNC 1 |