mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Add overlay port for vulkan-loader
In order to pass the proper pkg-config on aarch64 linux, we need to patch this port to use vcpkg's own find_tool infrastructure.
This commit is contained in:
committed by
Daniel Bertalan
parent
0a16a09993
commit
a3e24163aa
19
Meta/CMake/vcpkg/overlay-ports/vulkan-loader/vcpkg.json
Normal file
19
Meta/CMake/vcpkg/overlay-ports/vulkan-loader/vcpkg.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "vulkan-loader",
|
||||
"version": "1.3.280.0",
|
||||
"description": "Vulkan Development Tools",
|
||||
"homepage": "https://github.com/KhronosGroup/Vulkan-Loader",
|
||||
"license": null,
|
||||
"supports": "!android",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"vulkan-headers"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user