mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
f28896c39f
* add libxext as a dependency * v db * dlopen on windows = no * v db * bump version * v db
23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"name": "libx11",
|
|
"version": "1.8.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"
|
|
]
|
|
}
|