vcpkg/ports/libxkbcommon/vcpkg.json
2024-07-22 22:30:10 -07:00

22 lines
402 B
JSON

{
"name": "libxkbcommon",
"version": "1.7.0",
"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"
]
}