diff options
Diffstat (limited to 'vcpkg/ports/libdmx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdmx/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libdmx/vcpkg.json b/vcpkg/ports/libdmx/vcpkg.json new file mode 100644 index 0000000..dc7174f --- /dev/null +++ b/vcpkg/ports/libdmx/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "libdmx", + "version": "1.1.5", + "description": "X Window System DMX (Distributed Multihead X) extension library", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/libdmx", + "license": "MIT", + "dependencies": [ + "libxext", + "xorg-macros", + "xproto" + ] +} |