Skip to content

Commit

Permalink
[directxtk] fix wrong dep on arm (microsoft#33712)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Sep 15, 2023
1 parent b5d4a46 commit e8c2a04
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 2 additions & 4 deletions ports/directxtk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "directxtk",
"version-date": "2023-09-01",
"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",
Expand Down Expand Up @@ -34,10 +35,7 @@
"xaudio2redist": {
"description": "Build with XAudio2Redist support for Windows 7 SP1 or later",
"dependencies": [
{
"name": "xaudio2redist",
"platform": "!uwp & !arm"
}
"xaudio2redist"
]
}
}
Expand Down
6 changes: 2 additions & 4 deletions ports/directxtk12/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "directxtk12",
"version-date": "2023-09-01",
"port-version": 1,
"description": "A collection of helper classes for writing DirectX 12 code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK12",
"documentation": "https://github.com/microsoft/DirectXTK12/wiki",
Expand Down Expand Up @@ -47,10 +48,7 @@
"xaudio2redist": {
"description": "Build with XAudio2Redist",
"dependencies": [
{
"name": "xaudio2redist",
"platform": "!uwp & !arm & !xbox"
}
"xaudio2redist"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,11 +2146,11 @@
},
"directxtk": {
"baseline": "2023-09-01",
"port-version": 0
"port-version": 1
},
"directxtk12": {
"baseline": "2023-09-01",
"port-version": 0
"port-version": 1
},
"dirent": {
"baseline": "1.23.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directxtk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "67b1d9a329c9e9d8d067359c18bb997148f4e84e",
"version-date": "2023-09-01",
"port-version": 1
},
{
"git-tree": "bf6287265ca9c166405069e8ed3d54e79388cf14",
"version-date": "2023-09-01",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directxtk12.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "981fd27befe2b9d8afaab87f1b66c1f8c6f31c18",
"version-date": "2023-09-01",
"port-version": 1
},
{
"git-tree": "5e74058955f67b88369b4cc3f600dc6a65be1035",
"version-date": "2023-09-01",
Expand Down

0 comments on commit e8c2a04

Please sign in to comment.