vcpkg/ports/libxpm/vcpkg.json
Jack·Boos·Yu b6d92018d4
[vcpkg baseline][many ports] Fix regressions (#26771)
* 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
2022-09-14 11:20:47 -07:00

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