vcpkg/ports/libxpm/vcpkg.json
Alexander Neumann 5b88aa4b8a
[libxpm] update to 3.5.14 (#28239)
* update libxpm

* v db
2022-12-09 10:58:11 -08:00

32 lines
590 B
JSON

{
"name": "libxpm",
"version": "3.5.14",
"description": "XPM format pixmap library",
"homepage": "https://github.com/freedesktop/libXpm",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
"libx11",
{
"name": "vcpkg-cmake",
"host": true
},
"xorg-macros",
"xproto"
],
"features": {
"gettext": {
"description": "use xgettext to build source",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
}
}
}