vcpkg/ports/libxscrnsaver/vcpkg.json
Alexander Neumann 94ce0dab56
X Window Part 8/N (#27225)
* [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
2022-10-19 18:22:37 -07:00

15 lines
314 B
JSON

{
"name": "libxscrnsaver",
"version": "1.2.3",
"description": "Xlib-based X11 Screen Saver extension client library",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver",
"license": null,
"dependencies": [
"bzip2",
"libx11",
"libxext",
"xorg-macros",
"xproto"
]
}