diff options
Diffstat (limited to 'vcpkg/ports/libxdmcp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxdmcp/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libxdmcp/vcpkg.json b/vcpkg/ports/libxdmcp/vcpkg.json new file mode 100644 index 0000000..a2a977c --- /dev/null +++ b/vcpkg/ports/libxdmcp/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "libxdmcp", + "version": "1.1.3", + "description": "X Display Manager Control Protocol library", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libxdmcp", + "license": "MIT-open-group", + "dependencies": [ + "bzip2", + "xorg-macros", + "xproto" + ] +} |