mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
f28896c39f
* add libxext as a dependency * v db * dlopen on windows = no * v db * bump version * v db
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "libxmu",
|
|
"version": "1.1.3",
|
|
"port-version": 1,
|
|
"description": "X miscellaneous utility routines library",
|
|
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxmu",
|
|
"license": null,
|
|
"dependencies": [
|
|
"bzip2",
|
|
"libxext",
|
|
"libxt",
|
|
"xorg-macros"
|
|
]
|
|
}
|