vcpkg/ports/libxpm/vcpkg.json
2023-10-02 20:24:33 -07:00

32 lines
590 B
JSON

{
"name": "libxpm",
"version": "3.5.16",
"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"
]
}
]
}
}
}