From e9e9495a664937ab55dd2024d5a4470cb980ce75 Mon Sep 17 00:00:00 2001 From: Mike Lothian Date: Fri, 9 Feb 2024 15:41:29 +0000 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/35245 Signed-off-by: Ionen Wolkens --- app-emulation/dxvk/dxvk-9999.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-emulation') 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) -- cgit v1.2.3-65-gdbad