commit:     e9e9495a664937ab55dd2024d5a4470cb980ce75
Author:     Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
AuthorDate: Fri Feb  9 15:41:29 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 16:16:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e9495a

app-emulation/dxvk: Force fallback for libdisplay-info in 9999

Without this 64bit dxvk doesn't compile for me

ionen's note: to clarify this is due to finding the
system copy of libdisplay-info (if installed), but we're
cross-compiling using mingw so we don't want the ELF one

Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/35245
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/dxvk/dxvk-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/dxvk/dxvk-9999.ebuild 
b/app-emulation/dxvk/dxvk-9999.ebuild
index 8bd589ce90ec..de69f59f0828 100644
--- a/app-emulation/dxvk/dxvk-9999.ebuild
+++ b/app-emulation/dxvk/dxvk-9999.ebuild
@@ -128,6 +128,7 @@ multilib_src_configure() {
        local emesonargs=(
                --prefix="${EPREFIX}"/usr/lib/${PN}
                --{bin,lib}dir=x${MULTILIB_ABI_FLAG: -2}
+               --force-fallback-for=libdisplay-info
                $(meson_use {,enable_}d3d9)
                $(meson_use {,enable_}d3d10)
                $(meson_use {,enable_}d3d11)

Reply via email to