From d4515a027212bb3116125b0bf0d6077c32186bbb Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 28 Sep 2020 14:51:27 -0500 Subject: [PATCH] Enable vkd3d shader support --- wine.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index d21885a..73a44fe 100644 --- a/wine.spec +++ b/wine.spec @@ -45,7 +45,7 @@ Name: wine Version: 5.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A compatibility layer for windows applications License: LGPLv2+ @@ -174,6 +174,7 @@ BuildRequires: mpg123-devel %endif BuildRequires: SDL2-devel BuildRequires: libvkd3d-devel +BuildRequires: libvkd3d-shader-devel BuildRequires: vulkan-devel BuildRequires: libFAudio-devel BuildRequires: libappstream-glib @@ -2385,6 +2386,9 @@ fi %endif %changelog +* Mon Sep 28 2020 Michael Cronenworth 5.18-2 +- Enable vkd3d shader support + * Mon Sep 28 2020 Michael Cronenworth 5.18-1 - version update