vcpkg/ports/libxmu/vcpkg.json
Alexander Neumann f28896c39f
[vcpkg baseline] Fix libxmu dep (#27791)
* add libxext as a dependency

* v db

* dlopen on windows = no

* v db

* bump version

* v db
2022-11-14 12:04:16 -08:00

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"
]
}