vcpkg/ports/libx11/vcpkg.json
Alexander Neumann 3163230192
[vcpkg baseline][libxdamage,libxext,libxfixes] add ports (#26486)
* [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
2022-08-26 13:08:05 -07:00

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