mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 09:49:25 +08:00
19 lines
354 B
JSON
19 lines
354 B
JSON
|
{
|
||
|
"name": "libxkbcommon",
|
||
|
"version": "1.4.1",
|
||
|
"description": "keymap handling library for toolkits and window systems",
|
||
|
"homepage": "https://xkbcommon.org/",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
"getopt",
|
||
|
"libx11",
|
||
|
"tool-meson",
|
||
|
{
|
||
|
"name": "wayland",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
"xcb",
|
||
|
"xcb-render-util"
|
||
|
]
|
||
|
}
|