mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
9e2cab815d
* [libxfont] add port * [libxft] add port * format * v db * fix xrender -> libxrender * v db
19 lines
358 B
JSON
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"
|
|
]
|
|
}
|