mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +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
269 B
JSON
13 lines
269 B
JSON
{
|
|
"name": "libxfixes",
|
|
"version": "6.0.0",
|
|
"description": "Xlib-based library for the XFIXES Extension",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxfixes",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libx11",
|
|
"xorg-macros",
|
|
"xproto"
|
|
]
|
|
}
|