diff options
Diffstat (limited to 'vcpkg/ports/libxrender/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxrender/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/libxrender/vcpkg.json b/vcpkg/ports/libxrender/vcpkg.json new file mode 100644 index 0000000..6c0bd85 --- /dev/null +++ b/vcpkg/ports/libxrender/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "libxrender", + "version": "0.9.10", + "description": "library for the Render Extension to the X11 protocol", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxrender", + "license": null, + "dependencies": [ + "libx11", + "xorg-macros" + ] +} |