mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:49:01 +08:00
19 lines
371 B
JSON
19 lines
371 B
JSON
|
{
|
||
|
"name": "xcb-proto",
|
||
|
"version": "1.14.1",
|
||
|
"description": "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions",
|
||
|
"homepage": "https://xcb.freedesktop.org/",
|
||
|
"license": null,
|
||
|
"dependencies": [
|
||
|
"bzip2",
|
||
|
{
|
||
|
"name": "libxml2",
|
||
|
"host": true,
|
||
|
"features": [
|
||
|
"tools"
|
||
|
]
|
||
|
},
|
||
|
"xorg-macros"
|
||
|
]
|
||
|
}
|