I have prepared a patch to fix the issues as detailed in my comment below:
From 979fed4fdb892ea3ada94d5413c03d2e95bcdb10 Mon Sep 17 00:00:00 2001
From: Sefa Eyeoglu <contact@scrumplex.net>
Date: Mon, 23 Jan 2023 15:03:10 +0100
Subject: [PATCH] Use mangohud libdir
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
---
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 606004b..5fcd758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('mangohud' 'mangoapp' 'mangohud-common')
pkgbase=mangohud
pkgver=0.6.8
-pkgrel=2
+pkgrel=3
_imgui_ver=1.81
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load and more."
arch=('x86_64')
@@ -39,7 +39,6 @@ build() {
local meson_options=(
-Duse_system_spdlog=enabled
-Duse_system_vulkan=enabled
- -Dappend_libdir_mangohud=false
-Dmangoapp=true
-Dmangohudctl=true
-Dmangoapp_layer=true
--
2.39.1
Pinned Comments
yochananmarqos commented on 2022-05-29 23:50 (UTC)
PSA: I talked with the MangoHud developer and he said the wayland build flag actually does nothing (yet?). We agreed to consolidate the packages again and make
mangoapp
it's own package.lib32-mangohud
/lib32-mangoapp
are now separate packages for those who do not have the multilib repo enabled.