mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Meta: Explicitly enable zstd feature for tiff in vcpkg
Without this, the library was pulling system libzstd implicitly.
This commit is contained in:
parent
6c0f97dcf2
commit
8e0786641f
Notes:
github-actions[bot]
2025-04-02 16:51:26 +00:00
Author: https://github.com/ADKaster
Commit: 8e0786641f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4176
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,12 @@
|
||||||
"name": "vulkan",
|
"name": "vulkan",
|
||||||
"platform": "!android"
|
"platform": "!android"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "tiff",
|
||||||
|
"features": [
|
||||||
|
"zstd"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "vulkan-headers",
|
"name": "vulkan-headers",
|
||||||
"platform": "!android"
|
"platform": "!android"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue