mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +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
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"name": "libxv",
|
|
"version": "1.0.11",
|
|
"description": "Xlib-based library for the X Video (Xv) extension to the X Window System",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxv",
|
|
"license": null,
|
|
"dependencies": [
|
|
"bzip2",
|
|
"libx11",
|
|
"libxext",
|
|
"xorg-macros",
|
|
"xproto"
|
|
]
|
|
}
|