diff options
Diffstat (limited to 'vcpkg/ports/libxpresent/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxpresent/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libxpresent/vcpkg.json b/vcpkg/ports/libxpresent/vcpkg.json new file mode 100644 index 0000000..400e4ff --- /dev/null +++ b/vcpkg/ports/libxpresent/vcpkg.json @@ -0,0 +1,16 @@ +{ + "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" + ] +} |