mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
remove unneeded libs
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -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 -lz -ljpeg"
|
||||
DRVLIBS="$DRVLIBS -L/usr/local/lib -lvncserver -lz"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define WITH_VNC 1
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user