vcpkg/ports/directxsdk/vcpkg.json
autoantwort 5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00

21 lines
659 B
JSON

{
"name": "directxsdk",
"version-string": "jun10",
"port-version": 7,
"description": "Legacy DirectX SDK",
"homepage": "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-",
"license": null,
"supports": "windows & !uwp & !xbox & !arm",
"features": {
"xaudio2-7": {
"description": "Include headers/libs for legacy XAudio 2.7 (prefer use of XAudio2Redist)"
},
"xinput1-3": {
"description": "Include headers for legacy XInput 1.3 (prefer use of XInput 9.1.0 or 1.4)"
},
"xp": {
"description": "Include headers/libs needed for Windows 7.1A targeting Windows XP / Server 2003"
}
}
}