2022-08-27 05:07:10 +08:00
|
|
|
{
|
|
|
|
"name": "wayland",
|
2022-10-26 12:01:40 +08:00
|
|
|
"version": "1.21.0",
|
2023-01-11 07:09:39 +08:00
|
|
|
"port-version": 1,
|
2022-08-27 05:07:10 +08:00
|
|
|
"description": "Core Wayland window system code and protocol",
|
|
|
|
"homepage": "https://wayland.freedesktop.org",
|
|
|
|
"license": "MIT",
|
|
|
|
"supports": "!(windows | osx)",
|
2023-01-11 07:09:39 +08:00
|
|
|
"features": {
|
|
|
|
"force-build": {
|
|
|
|
"description": [
|
|
|
|
"Build wayland libraries instead of depending on system ones.",
|
|
|
|
"Requires triplet variable X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES to be set."
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"expat",
|
|
|
|
"libffi",
|
|
|
|
"libxml2",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2022-08-27 05:07:10 +08:00
|
|
|
}
|
2023-01-11 07:09:39 +08:00
|
|
|
}
|
2022-08-27 05:07:10 +08:00
|
|
|
}
|