vcpkg/ports/wt/vcpkg.json
Billy O'Neal 638b1588be
Update vcpkg-tool to 2023-06-07 + xbox triplets cleanup (#31723)
* Update vcpkg-tool to 2023-05-31 + xbox triplets cleanup

https://github.com/microsoft/vcpkg-tool/releases/tag/2023-05-30 +
https://github.com/microsoft/vcpkg-tool/releases/tag/2023-05-31 +
https://github.com/microsoft/vcpkg-tool/releases/tag/2023-06-07

Clean up xbox triplets following teaching vcpkg.exe about xbox more directly.

Also deletes the seemingly-no-longer-used vcpkg_get_dep_info.cmake and vcpkg_get_tags.cmake.

Also: [redis-plus-plus] Add DISABLE_PARALLEL_CONFIGURE due to source tree write.
2023-06-08 11:17:29 -07:00

118 lines
2.2 KiB
JSON

{
"name": "wt",
"version": "4.9.1",
"port-version": 1,
"description": "Wt is a C++ library for developing web applications",
"homepage": "https://github.com/emweb/wt",
"license": "GPL-2.0-only",
"dependencies": [
"boost-algorithm",
"boost-array",
"boost-asio",
"boost-bind",
"boost-config",
"boost-container-hash",
"boost-filesystem",
"boost-foreach",
"boost-fusion",
"boost-interprocess",
"boost-lexical-cast",
"boost-logic",
"boost-math",
"boost-multi-index",
"boost-optional",
"boost-phoenix",
"boost-pool",
"boost-program-options",
"boost-range",
"boost-serialization",
"boost-smart-ptr",
"boost-spirit",
"boost-system",
"boost-thread",
"boost-tokenizer",
"boost-tuple",
"boost-ublas",
"boost-variant",
"glew",
{
"name": "harfbuzz",
"platform": "!windows"
},
"libharu",
"libpng",
{
"name": "pango",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
"openssl"
],
"features": {
"dbo": {
"description": "Wt::Dbo"
},
"graphicsmagick": {
"description": "WRasterImage support on non-Windows based on GraphicsMagick",
"dependencies": [
"graphicsmagick"
]
},
"openssl": {
"description": "TLS support",
"dependencies": [
"openssl"
]
},
"postgresql": {
"description": "Wt::Dbo PostgreSQL backend",
"dependencies": [
"libpq",
{
"name": "wt",
"features": [
"dbo"
]
}
]
},
"sqlite3": {
"description": "Wt::Dbo Sqlite 3 backend",
"dependencies": [
"sqlite3",
{
"name": "wt",
"features": [
"dbo"
]
}
]
},
"sqlserver": {
"description": "Wt::Dbo MS SQL Server backend",
"dependencies": [
{
"name": "unixodbc",
"platform": "!windows"
},
{
"name": "wt",
"features": [
"dbo"
]
}
]
}
}
}