mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +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
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"name": "libxdamage",
|
|
"version": "1.1.5",
|
|
"description": "X Damage Extension library",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxdamage",
|
|
"license": null,
|
|
"dependencies": [
|
|
"bzip2",
|
|
"libx11",
|
|
"libxfixes",
|
|
"xorg-macros",
|
|
"xproto"
|
|
]
|
|
}
|