mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
28 lines
580 B
JSON
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"
|
|
]
|
|
}
|