mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +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
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"name": "libxext",
|
|
"version": "1.3.4",
|
|
"description": "Xlib-based library for common extensions to the X11 protocol",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxext",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libx11",
|
|
"xorg-macros",
|
|
"xproto"
|
|
]
|
|
}
|