]> git.webhop.me Git - lcd4linux.git/commitdiff
remove unneeded libs
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 26 Mar 2009 20:50:28 +0000 (20:50 +0000)
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 26 Mar 2009 20:50:28 +0000 (20:50 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
drivers.m4

index 7aaeebb30ab78290317a434d1623caab42dde449..4b191b9d0838dbf33fafc1959d4c0022656cdb9e 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 576609390ed685ad8a5de95c1945117a75e606e4..a6bf92568b91bb34a144ab57d4ee59698505ddaa 100644 (file)
@@ -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)