summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2024-02-09 15:41:29 +0000
committerIonen Wolkens <ionen@gentoo.org>2024-02-09 11:16:06 -0500
commite9e9495a664937ab55dd2024d5a4470cb980ce75 (patch)
tree6930fe651a96bbdd03583567c978961269fbfb9c /app-emulation
parentsys-block/mmc-utils: add blocker for dev-lang/mercury (diff)
downloadgentoo-e9e9495a664937ab55dd2024d5a4470cb980ce75.tar.gz
gentoo-e9e9495a664937ab55dd2024d5a4470cb980ce75.tar.bz2
gentoo-e9e9495a664937ab55dd2024d5a4470cb980ce75.zip
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@fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/35245 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dxvk/dxvk-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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)