diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-10-28 04:32:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:32:43 -0700 |
| commit | ff413776db42ecfccb5e7f8277f75c3916032e6a (patch) | |
| tree | 957d7a31ac53a4680504131645ab1d97388d9de4 /ports/directxtk/CONTROL | |
| parent | 83ff32536aafdf99a8624d158384f27929c1888f (diff) | |
| download | vcpkg-ff413776db42ecfccb5e7f8277f75c3916032e6a.tar.gz vcpkg-ff413776db42ecfccb5e7f8277f75c3916032e6a.zip | |
[directxtk] Use CMake build system and add xaudio2-8 and xaudio2-9 features (#13978)
Diffstat (limited to 'ports/directxtk/CONTROL')
| -rw-r--r-- | ports/directxtk/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL index 56b60843b..f9e7a8efb 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,4 +1,12 @@ Source: directxtk Version: sept2020 +Port-Version: 1 Homepage: https://walbourn.github.io/directxtk Description: A collection of helper classes for writing DirectX 11.x code in C++. +Build-Depends: directxtk[core,xaudio2-9](arm64|uwp) + +Feature: xaudio2-9 +Description: Build with XAudio 2.9 support for Windows 10 + +Feature: xaudio2-8 +Description: Build with XAudio 2.8 support for Windows 8.x or later |
