vcpkg/ports/xcb/vcpkg.json
2024-12-03 18:26:31 -08:00

28 lines
580 B
JSON

{
"name": "xcb",
"version": "1.14",
"port-version": 3,
"description": "C interface to the X Window System protocol, which replaces the traditional Xlib interface.",
"homepage": "https://xcb.freedesktop.org/",
"license": "X11-distribute-modifications-variant",
"dependencies": [
"bzip2",
"libxau",
"libxdmcp",
{
"name": "libxslt",
"host": true,
"default-features": false,
"features": [
"tools"
]
},
"pthread",
"pthread-stubs",
"xcb-proto",
"xcb-util-m4",
"xorg-macros",
"xproto"
]
}