From 11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 9 Feb 2024 11:08:24 -0500 Subject: [PATCH] app-emulation/dxvk: add short comment for libdisplay-info fallback It may otherwise look odd at a glance. Bundled fallback is normally not something we want to do, but this is a special situation. Solving properly would essentially involve having PE multilib (abi_x86_pe32/64 or so) on libdisplay-info which is far too involved for little gain. Signed-off-by: Ionen Wolkens --- app-emulation/dxvk/dxvk-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index de69f59f08289..c7933f3faf2e0 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -128,7 +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 + --force-fallback-for=libdisplay-info # system's is ELF (unusable) $(meson_use {,enable_}d3d9) $(meson_use {,enable_}d3d10) $(meson_use {,enable_}d3d11)