diff options
Diffstat (limited to 'vcpkg/ports/libsm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libsm/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libsm/vcpkg.json b/vcpkg/ports/libsm/vcpkg.json new file mode 100644 index 0000000..1881bd7 --- /dev/null +++ b/vcpkg/ports/libsm/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "libsm", + "version": "1.2.3", + "port-version": 1, + "description": "X Session Management Library", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libsm", + "license": null, + "dependencies": [ + "bzip2", + "libice", + "xorg-macros" + ] +} |