diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-19 21:58:53 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-19 22:00:59 -0400 |
commit | f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c (patch) | |
tree | 9c24a7aaa30e413530748d1266bf78836b610332 /app-emulation/vkd3d-proton | |
parent | app-emulation/vkd3d-proton: sync live (diff) | |
download | gentoo-f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c.tar.gz gentoo-f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c.tar.bz2 gentoo-f93a6b88dfb05e5c3f1e2535d54fe608dcdb0e8c.zip |
app-emulation/vkd3d-proton: mention dxgi.dll in the dxvk note
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d-proton')
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild index b2b75de7c484..acd48d75d28c 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.9.ebuild @@ -169,8 +169,8 @@ pkg_postinst() { elog elog " WINEPREFIX=/path/to/prefix setup_vkd3d_proton.sh install --symlink" elog - elog "You should also ensure >=app-emulation/dxvk-2.1 is available on that" - elog "prefix, not meant to function independently even if only using d3d12." + elog "Should also ensure that >=app-emulation/dxvk-2.1's dxgi.dll is available" + elog "on it, not meant to function independently even if only using d3d12." elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." elif [[ ${REPLACING_VERSIONS##* } ]]; then @@ -185,8 +185,8 @@ pkg_postinst() { elog ">=${PN}-2.9 has a new file to install (d3d12core.dll), old Wine prefixes that" elog "relied on '--symlink' may need updates by using the setup_vkd3d_proton.sh." elog - elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1 is not" - elog "available on that prefix (even if only using d3d12)." + elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1's" + elog "dxgi.dll is not available on that prefix (even if only using d3d12)." fi fi } diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild index b2b75de7c484..acd48d75d28c 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild @@ -169,8 +169,8 @@ pkg_postinst() { elog elog " WINEPREFIX=/path/to/prefix setup_vkd3d_proton.sh install --symlink" elog - elog "You should also ensure >=app-emulation/dxvk-2.1 is available on that" - elog "prefix, not meant to function independently even if only using d3d12." + elog "Should also ensure that >=app-emulation/dxvk-2.1's dxgi.dll is available" + elog "on it, not meant to function independently even if only using d3d12." elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." elif [[ ${REPLACING_VERSIONS##* } ]]; then @@ -185,8 +185,8 @@ pkg_postinst() { elog ">=${PN}-2.9 has a new file to install (d3d12core.dll), old Wine prefixes that" elog "relied on '--symlink' may need updates by using the setup_vkd3d_proton.sh." elog - elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1 is not" - elog "available on that prefix (even if only using d3d12)." + elog "Furthermore, it may not function properly if >=app-emulation/dxvk-2.1's" + elog "dxgi.dll is not available on that prefix (even if only using d3d12)." fi fi } |