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