mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
23 lines
481 B
JSON
23 lines
481 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|