vcpkg/ports/libxpresent/vcpkg.json

17 lines
338 B
JSON
Raw Normal View History

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