vcpkg/ports/libxkbcommon/vcpkg.json

19 lines
354 B
JSON
Raw Normal View History

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