diff options
Diffstat (limited to 'vcpkg/ports/libxft/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxft/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libxft/vcpkg.json b/vcpkg/ports/libxft/vcpkg.json new file mode 100644 index 0000000..f3fda42 --- /dev/null +++ b/vcpkg/ports/libxft/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libxft", + "version": "2.3.4", + "description": "X FreeType library", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxft", + "license": null, + "dependencies": [ + "bzip2", + "fontconfig", + "freetype", + "libx11", + "libxrender", + "xorg-macros", + "xproto" + ] +} |