vcpkg/ports/libxkbcommon/vcpkg.json
2023-06-13 09:08:53 -07:00

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"
]
}