mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
5b88aa4b8a
* update libxpm * v db
32 lines
590 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|