From f98fe4c0f751754488f40c4a64f8dbd608ac6983a2aa3c6a25b66df14f468a86 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 7 Jun 2024 19:40:53 +0000 Subject: [PATCH] - add pkgconfig(DirectX-Headers) to BuildRequires * This ensures that correect GPU info is shown when used by WSL OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=76 --- fastfetch.changes | 6 ++++++ fastfetch.spec | 1 + 2 files changed, 7 insertions(+) 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)