vcpkg/ports/libxft/vcpkg.json
Alexander Neumann 9e2cab815d
[libxfont,libxft] Add new port (#27224)
* [libxfont] add port

* [libxft] add port

* format

* v db

* fix xrender -> libxrender

* v db
2022-10-16 21:01:02 -07:00

17 lines
303 B
JSON

{
"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"
]
}