Removed references to libgcrypt and libgpg-error in BUILDING.txt
diff --git a/BUILDING.txt b/BUILDING.txt
index e26073c..41f493e 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -336,9 +336,7 @@
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.