vcpkg/ports/xcb-proto/vcpkg.json

20 lines
426 B
JSON
Raw Normal View History

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