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