vcpkg/ports/boost-locale/vcpkg.json
ras0219 b5bb1511f0
[many ports] Apply host dependencies (#16479)
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json

* [many ports] Apply host dependencies

* [yasm-tool] Revert yasm-tool changes to split into PR #16478

* [many ports] Add versions

* [vcpkg.cmake] Revert change applied in other PR

* [boost-modular-build-helper] Merge from master

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 12:55:34 -07:00

43 lines
848 B
JSON

{
"name": "boost-locale",
"version-string": "1.75.0",
"port-version": 1,
"description": "Boost locale module",
"homepage": "https://github.com/boostorg/locale",
"supports": "!uwp",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-function",
"boost-integer",
"boost-iterator",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-smart-ptr",
"boost-static-assert",
"boost-system",
"boost-thread",
"boost-type-traits",
"boost-unordered",
"boost-vcpkg-helpers",
{
"name": "libiconv",
"platform": "!uwp & !windows & !mingw"
}
],
"features": {
"icu": {
"description": "ICU backend for Boost.Locale",
"dependencies": [
"icu"
]
}
}
}