diff --git a/Microsoft.WSLg.nuspec b/Microsoft.WSLg.nuspec index 09e72ace..83162e5a 100644 --- a/Microsoft.WSLg.nuspec +++ b/Microsoft.WSLg.nuspec @@ -12,6 +12,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. Microsoft, WSL Team https://github.com/microsoft/wslg/ false + MIT WSLg support package. Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios. ebad9c1 @@ -31,5 +32,8 @@ Copyright (C) Microsoft Corporation. All rights reserved. + + + diff --git a/cgmanifest.json b/cgmanifest.json index 04d5b651..4721d13a 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -32,7 +32,7 @@ }, { "Component": { - "Type": "mesa", + "Type": "git", "Git": { "RepositoryUrl": "https://github.com/mesa3d/mesa", "CommitHash": "731ea06758663a2de3a2bd1f12eb8809d4c136fd" @@ -40,5 +40,15 @@ }, "DevelopmentDependency": false }, + { + "Component": { + "Type": "git", + "Git": { + "RepositoryUrl": "https://github.com/microsoft/DirectX-Headers", + "CommitHash": "cf123266ce6f1e9a6e700642edb6356bff1e3d55" + } + }, + "DevelopmentDependency": false + } ] }