From 730f821458044a55353a60403ae884c7043b7c29 Mon Sep 17 00:00:00 2001 From: Greg Beard Date: Sat, 6 Jul 2024 14:48:04 +0100 Subject: [PATCH] MangoHud: Adds missing multilib-32bit vulkan layer Without this, using MangoHud-32bit on x86_64 hosts prevents some 32bit games from starting (E.g. Black Mesa). See [this issue][1] for details. [1]: https://github.com/flightlessmango/MangoHud/issues/991 --- srcpkgs/MangoHud/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/MangoHud/template b/srcpkgs/MangoHud/template index 9e5796a3ffe..ad1334062d2 100644 --- a/srcpkgs/MangoHud/template +++ b/srcpkgs/MangoHud/template @@ -1,7 +1,7 @@ # Template file for 'MangoHud' pkgname=MangoHud version=0.7.2 -revision=1 +revision=2 build_style=meson configure_args="-Dwith_xnvctrl=disabled -Dwith_nvml=disabled -Duse_system_spdlog=enabled" @@ -15,6 +15,7 @@ homepage="https://github.com/flightlessmango/MangoHud" distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${version}/MangoHud-v${version}-Source-DFSG.tar.xz" checksum=39d41ff564cd46b99a8514d35ff0cc1cd4ec5ab093347ca552bd7f7572a4064f python_version=3 +lib32files="/usr/share/vulkan/implicit_layer.d/MangoHud.x86.json" if [ "$XBPS_TARGET_LIBC" = "musl" ]; then configure_args+=" -Ddynamic_string_tokens=false"