diff --git a/fastfetch.changes b/fastfetch.changes index 4c6e478..ddad66c 100644 --- a/fastfetch.changes +++ b/fastfetch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 19:39:38 UTC 2024 - Gordon Leung + +- add pkgconfig(DirectX-Headers) to BuildRequires + * This ensures that correect GPU info is shown when used by WSL + ------------------------------------------------------------------- Fri Jun 7 16:55:58 UTC 2024 - RN diff --git a/fastfetch.spec b/fastfetch.spec index fc58106..3ac3807 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -30,6 +30,7 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: opencl-headers BuildRequires: vulkan-headers +BuildRequires: pkgconfig(DirectX-Headers) BuildRequires: pkgconfig(ImageMagick) BuildRequires: pkgconfig(chafa) BuildRequires: pkgconfig(dbus-1)