vcpkg/ports/directxtk/vcpkg.json
Billy O'Neal c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00

39 lines
962 B
JSON

{
"name": "directxtk",
"version-date": "2021-11-08",
"port-version": 1,
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK",
"documentation": "https://github.com/microsoft/DirectXTK/wiki",
"license": "MIT",
"supports": "windows",
"dependencies": [
"directxmath",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"xaudio2-8": {
"description": "Build with XAudio 2.8 support for Windows 8.x or later"
},
"xaudio2-9": {
"description": "Build with XAudio 2.9 support for Windows 10"
},
"xaudio2redist": {
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
"dependencies": [
{
"name": "xaudio2redist",
"platform": "!uwp & !arm"
}
]
}
}
}