vcpkg/ports/libfs/vcpkg.json
Alexander Neumann 1f3914c769
[xwindow] part 4/N (#26576)
* [font-util] add port

* [libfontenc] add port

* [libfs] add port

* format manifest

* remove -string

* v db

* Update ports/font-util/build.patch

* v db

* use magic macro instead of magic numbers....

* v db
2022-09-19 12:08:27 -07:00

15 lines
286 B
JSON

{
"name": "libfs",
"version": "1.0.8",
"description": "X Font Service client library",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libfs",
"license": null,
"supports": "!windows",
"dependencies": [
"bzip2",
"xorg-macros",
"xproto",
"xtrans"
]
}