mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
94ce0dab56
* [libxcomposite] add port * [libxinerama] add port * [libxpresent] add port * [libxv] add port * [libxscrnsaver] add port * v db * add license * v db * fix cross context * v db
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "libxpresent",
|
|
"version": "1.0.0",
|
|
"description": "Xlib-based library for the X Present Extension",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxpresent",
|
|
"license": null,
|
|
"dependencies": [
|
|
"bzip2",
|
|
"libx11",
|
|
"libxext",
|
|
"libxfixes",
|
|
"libxrandr",
|
|
"xorg-macros",
|
|
"xproto"
|
|
]
|
|
}
|