mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
6eb35f5af3
* [xcb-render-util] add port * [libxkbfile] add port * [libxkbcommon] add port * v db * Apply suggestions from code review Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * v db Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
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"
|
|
]
|
|
}
|