[libsoup/mraudsepp/drop-xmlrpc-references: 3/3] Drop remaining XML-RPC and libxml2 references




commit 2a28a4496829abf998f50c586aea91506ea71de3
Author: Mart Raudsepp <leio gentoo org>
Date:   Thu Nov 11 17:07:18 2021 +0200

    Drop remaining XML-RPC and libxml2 references

 README      | 1 -
 README.msvc | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 6872d4af..80f0f917 100644
--- a/README
+++ b/README
@@ -8,7 +8,6 @@ Features:
   * Proxy support, including authentication and SSL tunneling
   * Client support for Digest, NTLM, and Basic authentication
   * Server support for Digest and Basic authentication
-  * XML-RPC support
 
 See the documentation in docs/reference/ and the test programs in
 tests/ for simple examples of how to use the code. The
diff --git a/README.msvc b/README.msvc
index 86447e0b..0731550a 100644
--- a/README.msvc
+++ b/README.msvc
@@ -3,16 +3,16 @@ Building with Visual Studio using Meson
 
 Meson is now the supported method of building libsoup using Visual Studio.
 
-Note that you will need libxml2, SQLite3, libpsl and optionally MIT
-Kerberos, in addition to GLib and all its dependencies.  You will also need
+Note that you will need SQLite3, libpsl and optionally MIT Kerberos,
+in addition to GLib and all its dependencies.  You will also need
 a set of GIO modules that implement TLS functionality, which needs to be
 found and loadable by GLib (GIO).  glib-openssl is the
 only supported option for this at this time of writing for Visual Studio
 builds.  Note that these should be built with the same compiler that is being
 used to build libsoup.
 
-For libxml2, SQLite3 and MIT Kerberos (for GSSAPI functionality), ensure that
-their headers, .lib's and DLLs can be found in the paths defined in your INCLUDE,
+For SQLite3 and MIT Kerberos (for GSSAPI functionality), ensure that their
+headers, .lib's and DLLs can be found in the paths defined in your INCLUDE,
 LIB and PATH environmental variables, while you need to set PKG_CONFIG_PATH to
 contain the path to the pkg-config (.pc) files for the various components of GLib
 and for libpsl.  If GObject-Introspection is found via pkg-config files, the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]