diff options
Diffstat (limited to 'vcpkg/ports/libxext/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxext/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libxext/vcpkg.json b/vcpkg/ports/libxext/vcpkg.json new file mode 100644 index 0000000..ed49330 --- /dev/null +++ b/vcpkg/ports/libxext/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "libxext", + "version": "1.3.4", + "description": "Xlib-based library for common extensions to the X11 protocol", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxext", + "license": null, + "dependencies": [ + "libx11", + "xorg-macros", + "xproto" + ] +} |