summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-02-09 11:08:24 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-02-09 11:17:19 -0500
commit11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05 (patch)
treebcca74832dcc1a179f2121286874c1d516be98c6 /app-emulation/dxvk
parentapp-emulation/dxvk: Force fallback for libdisplay-info in 9999 (diff)
downloadgentoo-11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05.tar.gz
gentoo-11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05.tar.bz2
gentoo-11ba1a4dfe00e14526e5b1eed3a92cdfd377fa05.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/dxvk')
-rw-r--r--app-emulation/dxvk/dxvk-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild
index de69f59f0828..c7933f3faf2e 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)