]> source.dussan.org Git - tigervnc.git/commitdiff
Removed references to libgcrypt and libgpg-error in BUILDING.txt 71/head
authorBrian P. Hinz <bphinz@users.sf.net>
Tue, 18 Nov 2014 12:39:35 +0000 (07:39 -0500)
committerBrian P. Hinz <bphinz@users.sf.net>
Tue, 18 Nov 2014 12:39:35 +0000 (07:39 -0500)
BUILDING.txt

index e26073c835b666502658bcb6132b94ac139e8a2e..41f493e9b3ebb9b195438fbff4f55c1a3be0446d 100644 (file)
@@ -336,9 +336,7 @@ to specify the locations of libgnutls and any dependencies.  For instance,
 adding
 
   -DGNUTLS_INCLUDE_DIR=/usr/local/include \
-  -DGNUTLS_LIBRARY="/usr/local/lib/libgnutls.a; \
-                    /usr/local/lib/libgcrypt.a; \
-                    /usr/local/lib/libgpg-error.a"
+  -DGNUTLS_LIBRARY=/usr/local/lib/libgnutls.a
 
 to the CMake command line would link TigerVNC against a static version of
 libgnutls located under /usr/local.