vcpkg/ports/libxfont/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

19 lines
358 B
JSON

{
"name": "libxfont",
"version": "2.0.5",
"description": "X font handling library for server & utilities",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxfont",
"license": null,
"dependencies": [
"bzip2",
"freetype",
"libfontenc",
"libx11",
"libxext",
"xorg-macros",
"xproto",
"xtrans",
"zlib"
]
}