mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +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
160b9309f2
commit
4689474676
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