Skip to content

Commit

Permalink
[directx-headers] port updated (microsoft#17399)
Browse files Browse the repository at this point in the history
* [directx-headers] port updated to match the latest release

* Updated baseline

* Manifest format fix

* Update hash

* Build option was renamed

* Updated hash

* Use version constraint

* Update baseline
  • Loading branch information
walbourn authored Apr 23, 2021
1 parent 9538d15 commit 22273d8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
5 changes: 0 additions & 5 deletions ports/directx-headers/CONTROL

This file was deleted.

6 changes: 3 additions & 3 deletions ports/directx-headers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ vcpkg_fail_port_install(ON_TARGET "OSX")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectX-Headers
REF v1.0.1
SHA512 1b0f89088b7dba846d443fd943787848435bd1b731adc7e2f4fab6f32203775153811a7d7c297ecf44ca60628db8346a8246942c609c5116481a70e67633fb04
REF v1.4.9
SHA512 439d28a8344ef3a012428f53fcb9d2d9823d51c61786363d87f8ba15921326c220478b2557aab3f641a2406f1e5f299a8e21a82547febff3b9cd7b26b09b1c22
HEAD_REF master
)

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

vcpkg_install_cmake()
Expand Down
7 changes: 7 additions & 0 deletions ports/directx-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "directx-headers",
"version": "1.4.9",
"description": "Official DirectX 12 Headers",
"homepage": "https://devblogs.microsoft.com/directx/",
"supports": "windows | linux"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
"port-version": 0
},
"directx-headers": {
"baseline": "1.0.1",
"baseline": "1.4.9",
"port-version": 0
},
"directxmath": {
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": "bf1d2dfc334ecb42998d443147a2acd5eb88e312",
"version": "1.4.9",
"port-version": 0
},
{
"git-tree": "a45e68ef2cc77f2d8d39817ace66ef699deea3a5",
"version-string": "1.0.1",
Expand Down

0 comments on commit 22273d8

Please sign in to comment.