mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
3163230192
* [libxdamage] add port * [libxext] add port * [libxfixes] add port * v db * [libx11] try fixing crosscompilation on windows. * retry * move to manual-tools * touch doesn't work need the original obj file * retry touch * touch doesn't seem to work. * v db
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "libx11",
|
|
"version": "1.7.3.1",
|
|
"port-version": 1,
|
|
"description": "The X Window System is a network-transparent window system that was designed at MIT.",
|
|
"homepage": "https://www.x.org/wiki/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"bzip2",
|
|
{
|
|
"name": "libx11",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "libxslt",
|
|
"host": true
|
|
},
|
|
"xcb",
|
|
"xproto",
|
|
"xtrans"
|
|
]
|
|
}
|