vcpkg/ports/xcb-proto/vcpkg.json

19 lines
371 B
JSON
Raw Normal View History

{
"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"
]
}