mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
1f825db83b
* [libdmx] add new port * [libxcvt] add port * [xbitmaps] add port * format manifest * use version * v db * add cross fixes and fix issue due to missing xorg macros on osx * v db * license * v db * Use the conventional copyright install. * Correct the SHA512. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"name": "libdmx",
|
|
"version": "1.1.4",
|
|
"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"
|
|
]
|
|
}
|