mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +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: https://github.com/LadybirdBrowser/ladybird/commit/8e0786641f0 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",
|
||||
"platform": "!android"
|
||||
},
|
||||
{
|
||||
"name": "tiff",
|
||||
"features": [
|
||||
"zstd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"platform": "!android"
|
||||
|
|
Loading…
Add table
Reference in a new issue