Skip to content

Commit

Permalink
[directx-headers] updated for DirectX SDK Agility SDK v1.602.0 (#24490)
Browse files Browse the repository at this point in the history
* Updated directx-headers port for v.1.600.10

* Update baseline

* Updated directx-headers port for v.1.602.0

* Update baseline

* Updated per github-actions bot recommendations

* Update baseline

* Update versions/d-/directx-headers.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

Co-authored-by: Billy O'Neal <bion@microsoft.com>
  • Loading branch information
walbourn and BillyONeal authored May 4, 2022
1 parent ea31629 commit b33f616
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
13 changes: 6 additions & 7 deletions ports/directx-headers/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectX-Headers
REF v1.4.9
SHA512 439d28a8344ef3a012428f53fcb9d2d9823d51c61786363d87f8ba15921326c220478b2557aab3f641a2406f1e5f299a8e21a82547febff3b9cd7b26b09b1c22
REF v1.602.0
SHA512 75d81191e3e0b60bc901f04fcb9cf53f0faae7f0c196a1b04f2b9199c72243d4dddaeacad29d82ca7ccb209b16d07b4f1b71a58368fccad13c4d8421e0c9f0d9
HEAD_REF master
)

vcpkg_configure_cmake(
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DDXHEADERS_BUILD_TEST=OFF
OPTIONS -DDXHEADERS_BUILD_TEST=OFF -DDXHEADERS_BUILD_GOOGLE_TEST=OFF
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH share/directx-headers/cmake)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/directx-headers/cmake)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

Expand Down
17 changes: 14 additions & 3 deletions ports/directx-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "directx-headers",
"version": "1.4.9",
"port-version": 1,
"version": "1.602.0",
"description": "Official DirectX 12 Headers",
"homepage": "https://devblogs.microsoft.com/directx/",
"supports": "windows | linux"
"documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/",
"license": "MIT",
"supports": "windows | linux",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1857,8 +1857,8 @@
"port-version": 3
},
"directx-headers": {
"baseline": "1.4.9",
"port-version": 1
"baseline": "1.602.0",
"port-version": 0
},
"directxmath": {
"baseline": "2022-01-18",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directx-headers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f6271f7dc1af5888b39b0443ff7ecc9d01f1db94",
"version": "1.602.0",
"port-version": 0
},
{
"git-tree": "e9da93d00966da04931e1eab14be7bb4fc8998d5",
"version": "1.4.9",
Expand Down

0 comments on commit b33f616

Please sign in to comment.