Skip to content

Commit 3afab0d

Browse files
committed
Remove the libxml2 port
Use the canonical vcpkg port at https://github.com/microsoft/vcpkg/tree/master/ports/libxml2
1 parent 997eaec commit 3afab0d

File tree

5 files changed

+1
-192
lines changed

5 files changed

+1
-192
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
id: libxml2
191191
if: steps.icu.outcome == 'success'
192192
continue-on-error: true
193-
run: ./vcpkg.exe install libxml2[xslt] --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
193+
run: ./vcpkg.exe install libxml2[core,icu] --overlay-ports ./WebKitRequirements/ports --overlay-triplets ./WebKitRequirements/triplets --triplet ${{ matrix.triplet }}
194194
- name: Read libxml2 config
195195
if: steps.libxml2.outcome == 'success' || steps.libxml2.outcome == 'failure'
196196
continue-on-error: true

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@
2323
|---|:---:|:---:|
2424
| [icu](http://site.icu-project.org) | 76.1 | 2024-10-24 |
2525
| [curl](https://curl.se) | 8.11.0 | 2024-11-05 |
26-
| [libxml2](http://xmlsoft.org) | 2.13.5 | 2024-11-12 |
2726
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |

ports/libxml2/patches/0001-Remove-library-suffix-on-Windows.patch

-41
This file was deleted.

ports/libxml2/portfile.cmake

-123
This file was deleted.

ports/libxml2/vcpkg.json

-26
This file was deleted.

0 commit comments

Comments
 (0)