diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-05-08 17:43:25 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-05-08 17:43:25 -0400 |
commit | da964d99ac6ce8b48503eb8b283d77130428ccc2 (patch) | |
tree | ce2157af983af11e726e319315286f681519e87f | |
parent | app-emulation/wine-staging: Fix warnings (diff) | |
download | wine-da964d99ac6ce8b48503eb8b283d77130428ccc2.tar.gz wine-da964d99ac6ce8b48503eb8b283d77130428ccc2.tar.bz2 wine-da964d99ac6ce8b48503eb8b283d77130428ccc2.zip |
app-emulation/wine-vanilla: Don't pass disable-vkd3d
Closes: https://bugs.gentoo.org/843260
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild index 10954b8..6376228 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild @@ -424,7 +424,7 @@ multilib_src_configure() { $(use_with unwind) $(use_with usb) $(use_with v4l v4l2) - $(use_enable vkd3d) +# $(use_enable vkd3d) $(use_with vulkan) $(use_with X x) $(use_with X xfixes) diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 10954b8..6376228 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -424,7 +424,7 @@ multilib_src_configure() { $(use_with unwind) $(use_with usb) $(use_with v4l v4l2) - $(use_enable vkd3d) +# $(use_enable vkd3d) $(use_with vulkan) $(use_with X x) $(use_with X xfixes) |