Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
id: pixman
if: steps.vcpkg.outcome == 'success'
continue-on-error: true
run: ./vcpkg.exe install pixman --overlay-ports ./WebKitRequirements/ports --triplet ${{ matrix.triplet }}
run: ./vcpkg.exe install pixman --triplet ${{ matrix.triplet }}
- name: Read pixman config
if: steps.pixman.outcome == 'success' || steps.pixman.outcome == 'failure'
continue-on-error: true
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
| [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 |
| [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 |
| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.1.0 | 2024-11-04 |
| [pixman](http://www.pixman.org) | 0.42.2 | 2022-11-02 |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
| [libpsl](https://github.com/rockdaboot/libpsl) | 0.21.5 | 2024-01-13 |
49 changes: 0 additions & 49 deletions ports/pixman/build/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion ports/pixman/build/cmake/PixmanConfig.cmake

This file was deleted.

20 changes: 0 additions & 20 deletions ports/pixman/build/cmake/arch_configure.cmake

This file was deleted.

134 changes: 0 additions & 134 deletions ports/pixman/build/cmake/arch_detect.cmake

This file was deleted.

44 changes: 0 additions & 44 deletions ports/pixman/build/cmake/cmake_package.cmake

This file was deleted.

96 changes: 0 additions & 96 deletions ports/pixman/build/cmake/config_configure.cmake

This file was deleted.

Loading