mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
6032b4dc8b
The comp_window_peek needs sdl2 with Vulkan supporting, and normal sdl2 installation doesn't support Vulkan. So we need to install Vulkan feature of sdl2 explicitly to let sdl2 work with Vulkan, and let comp_window_peek works on Windows.
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"name": "monado",
|
|
"homepage": "https://monado.freedesktop.org",
|
|
"version-string": "21.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
},
|
|
"cjson",
|
|
"eigen3",
|
|
"glslang",
|
|
"vulkan"
|
|
],
|
|
"default-features": [
|
|
"usb",
|
|
"gui"
|
|
],
|
|
"features": {
|
|
"usb": {
|
|
"description": "Support USB device drivers",
|
|
"dependencies": [
|
|
"libusb",
|
|
"hidapi",
|
|
{
|
|
"name": "zlib",
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"gui": {
|
|
"description": "Debug GUI support",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"features": [
|
|
"base",
|
|
"vulkan"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|