Unverified Commit 6d30ce51 authored by emilylange's avatar emilylange
Browse files

chromium: fix xlst rendering on `release-25.05`

Due to ABI mismatches between our patched libxml2 and the vendored
libxlst, chromium and all of electron-source compile just fine, but then
fail to actually render xslt content at runtime.

Note that as of now only release-25.05 is affected by this, but the same
could happen on unstable too. libxlst depends on libxml2, so we should
only ever use either our versions or the vendored versions for both, but
never mix our and vendored versions.
parent 55b9d193
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@ let
    # //third_party/libavif:libavif_enc(//build/toolchain/linux/unbundle:default)
    #   needs //third_party/libwebp:libwebp_sharpyuv(//build/toolchain/linux/unbundle:default)
    # "libwebp"
    "libxslt"
    "libxml"
    "libxslt" # depends on libxml, always remove or re-add as a pair
    # "opus"
  ];