summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2018-09-01 12:42:44 -0400
committerNick Sarnie <sarnex@gentoo.org>2018-09-01 12:42:44 -0400
commit00425199b639ebcfbfc5378b255df42d387d3906 (patch)
tree5ba833a11100a0e85a5a357803add0f7759b6b70 /app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
parentapp-emulation/wine-vanilla: Sync with ::wine (diff)
downloadgentoo-00425199b639ebcfbfc5378b255df42d387d3906.tar.gz
gentoo-00425199b639ebcfbfc5378b255df42d387d3906.tar.bz2
gentoo-00425199b639ebcfbfc5378b255df42d387d3906.zip
app-emulation/wine-d3d9: Sync with ::wine
Require vulkan for vkd3d Bump to 3.14 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-emulation/wine-d3d9/wine-d3d9-9999.ebuild')
-rw-r--r--app-emulation/wine-d3d9/wine-d3d9-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
index 11b99cc481cc..b92ea182b4a0 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
@@ -49,7 +49,8 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
osmesa? ( opengl )
- test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+ test? ( abi_x86_32 )
+ vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.