diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-10-23 09:35:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-23 00:35:28 -0700 |
| commit | 70f380e802852fc09c929dead9d8b8659d394181 (patch) | |
| tree | 2b1ac6dce807b3724a3adab53430d337b7ddda57 /ports/directxtex/CONTROL | |
| parent | e6d762b94b1a1cfa78b5cf5427b3bb5715309c8c (diff) | |
| download | vcpkg-70f380e802852fc09c929dead9d8b8659d394181.tar.gz vcpkg-70f380e802852fc09c929dead9d8b8659d394181.zip | |
[directxtex] Set dx12 feature as dependency for arm and uwp platforms (#14175)
See https://github.com/microsoft/vcpkg/pull/13976#pullrequestreview-515132943
Diffstat (limited to 'ports/directxtex/CONTROL')
| -rw-r--r-- | ports/directxtex/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL index b41101dd7..eb5865def 100644 --- a/ports/directxtex/CONTROL +++ b/ports/directxtex/CONTROL @@ -1,8 +1,9 @@ Source: directxtex Version: sept2020 -Port-Version: 1 +Port-Version: 2 Homepage: https://walbourn.github.io/directxtex Description: DirectXTex texture processing library +Build-Depends: directxtex[core,dx12](arm64|uwp) Feature: dx12 Description: Build with DirectX12 support for Windows 10 |
