mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 04:59:00 +08:00
e85b5bb95a
* add wayland * format manifest * uncomment the library guard * v db * add missing policy * v db
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
|
|
}
|
|
]
|
|
}
|