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