vcpkg/ports/libxdamage/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

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