vcpkg/ports/wayland/vcpkg.json
Alexander Neumann b3dfa25c34
[wayland(-protocols)] update ports (#27440)
* Update wayland libs

* v db
2022-10-25 21:01:40 -07:00

18 lines
347 B
JSON

{
"name": "wayland",
"version": "1.21.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
}
]
}