diff options
Diffstat (limited to 'vcpkg/ports/libfs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libfs/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libfs/vcpkg.json b/vcpkg/ports/libfs/vcpkg.json new file mode 100644 index 0000000..1ed0a56 --- /dev/null +++ b/vcpkg/ports/libfs/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libfs", + "version": "1.0.9", + "description": "X Font Service client library", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libfs", + "license": null, + "supports": "!windows", + "dependencies": [ + "bzip2", + "xorg-macros", + "xproto", + "xtrans" + ] +} |