From f44b81becf7bcdf839b1c0ac4e6793f18a676b3f Mon Sep 17 00:00:00 2001 From: Kira Taylor Patton Date: Tue, 23 May 2023 13:39:50 -0400 Subject: [PATCH] MangoHud: update to 0.6.8. Set MangoHud to depend on libXnvctrl to fix Nvidia detection --- srcpkgs/MangoHud/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/MangoHud/template b/srcpkgs/MangoHud/template index 4e2a01ca1ce9..aaa3f29e9883 100644 --- a/srcpkgs/MangoHud/template +++ b/srcpkgs/MangoHud/template @@ -1,13 +1,13 @@ # Template file for 'MangoHud' pkgname=MangoHud version=0.6.8 -revision=1 +revision=2 build_style=meson -configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled +configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=enabled -Dwith_nvml=disabled -Duse_system_spdlog=enabled" hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config" -makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers - spdlog" +makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers libXnvctrl-devel spdlog" +depends="libXnvctrl-devel" short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more" maintainer="John " license="MIT"