vcpkg/ports/wayland/vcpkg.json
Alexander Neumann e85b5bb95a
[wayland] add ports for wayland. (#26475)
* add wayland

* format manifest

* uncomment the library guard

* v db

* add missing policy

* v db
2022-08-26 14:07:10 -07:00

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
}
]
}