--- /config.tests/xml2/xml2.pro +++ /config.tests/xml2/xml2.pro @@ -1,3 +1,3 @@ SOURCES = xml2.cpp CONFIG += link_pkgconfig -PKGCONFIG += libxml-2.0 +PKGCONFIG += libxml-2.0-catalogless --- /configure.json +++ /configure.json @@ -118,7 +118,7 @@ "webengine-libxml2": { "label": "libxml2 and libxslt", "sources": [ - { "type": "pkgConfig", "args": "libxml-2.0 libxslt" } + { "type": "pkgConfig", "args": "libxml-2.0-catalogless libxslt-catalogless" } ] }, "webengine-jsoncpp": { --- /src/3rdparty/chromium/build/linux/unbundle/libxml.gn +++ /src/3rdparty/chromium/build/linux/unbundle/libxml.gn @@ -5,7 +5,7 @@ import("//build/config/linux/pkg_config.gni") pkg_config("system_libxml") { - packages = [ "libxml-2.0" ] + packages = [ "libxml-2.0-catalogless" ] } static_library("libxml") { --- /src/3rdparty/chromium/build/linux/unbundle/libxslt.gn +++ /src/3rdparty/chromium/build/linux/unbundle/libxslt.gn @@ -5,7 +5,7 @@ import("//build/config/linux/pkg_config.gni") pkg_config("system_libxslt") { - packages = [ "libxslt" ] + packages = [ "libxslt-catalogless" ] } source_set("libxslt") { --- /src/3rdparty/chromium/third_party/libxml/BUILD.gn +++ /src/3rdparty/chromium/third_party/libxml/BUILD.gn @@ -249,7 +249,7 @@ if (use_system_libxml) { import("//build/config/linux/pkg_config.gni") pkg_config("system_libxml") { - packages = [ "libxml-2.0" ] + packages = [ "libxml-2.0-catalogless" ] } source_set("libxml") { sources = [ --- /src/3rdparty/chromium/third_party/libxslt/BUILD.gn +++ /src/3rdparty/chromium/third_party/libxslt/BUILD.gn @@ -109,7 +109,7 @@ if (use_system_libxslt) { import("//build/config/linux/pkg_config.gni") pkg_config("system_libxslt") { - packages = [ "libxslt" ] + packages = [ "libxslt-catalogless" ] } source_set("libxslt") { public_configs = [ ":system_libxslt" ]