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

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