mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
18 lines
347 B
JSON
18 lines
347 B
JSON
|
{
|
||
|
"name": "wayland",
|
||
|
"version": "1.19.0",
|
||
|
"description": "Core Wayland window system code and protocol",
|
||
|
"homepage": "https://wayland.freedesktop.org",
|
||
|
"license": "MIT",
|
||
|
"supports": "!(windows | osx)",
|
||
|
"dependencies": [
|
||
|
"expat",
|
||
|
"libffi",
|
||
|
"libxml2",
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|