vcpkg/ports/gettext/vcpkg.json
Matthias Kuhn f7612e6e14
[gettext] Fix building for android (#18128)
* Fix building gettext for android

Taken from https://github.com/navit-gps/navit/pull/1087/files

* Bump gettext port version
2021-06-09 15:49:39 -07:00

16 lines
414 B
JSON

{
"name": "gettext",
"version": "0.21",
"port-version": 3,
"description": "The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build gettext tools"
}
}
}