mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
c30de8e136
* [wayland] Add force-build feature * [wayland-protocols] Add force-build feature
28 lines
696 B
JSON
28 lines
696 B
JSON
{
|
|
"name": "wayland-protocols",
|
|
"version": "1.31",
|
|
"port-version": 1,
|
|
"description": "wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol.",
|
|
"homepage": "https://wayland.freedesktop.org",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"wayland"
|
|
],
|
|
"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": [
|
|
{
|
|
"name": "wayland",
|
|
"features": [
|
|
"force-build"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|