vcpkg/ports/xcb/vcpkg.json

23 lines
481 B
JSON
Raw Normal View History

{
"name": "xcb",
"version": "1.14",
"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
},
"pthread",
"pthread-stubs",
"xcb-proto",
"xcb-util-m4",
"xorg-macros",
"xproto"
]
}