mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "libxkbcommon",
|
|
"version": "1.4.1",
|
|
"port-version": 1,
|
|
"description": "keymap handling library for toolkits and window systems",
|
|
"homepage": "https://xkbcommon.org/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"getopt",
|
|
"libx11",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "wayland",
|
|
"platform": "linux"
|
|
},
|
|
"xcb",
|
|
"xcb-render-util"
|
|
]
|
|
}
|