mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
b6d92018d4
* update version to merge fix changes * update baseline * Disable libxpm optional dependency gettext since missing tool xgettext * cleanup atk:x64-windows-static * version * revert update changes * version * add feature gettext, fix patch * version * typo * version
33 lines
611 B
JSON
33 lines
611 B
JSON
{
|
|
"name": "libxpm",
|
|
"version": "3.5.11",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|