From 648033e36de65c42d2d85cb7d7e2acf2ca86c6b1 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 2 May 2023 18:10:43 +0300 Subject: [PATCH] Update control --- debian/control | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index b10231e..47fbb3a 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,7 @@ Package: mangohud Section: misc Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, - ${shlibs:Depends}, +Depends: libc6, libfmt9, libgcc-s1, libspdlog1.10-fmt9, libstdc++6 Recommends: mangoctl, Suggests: libxnvctrl0, goverlay, @@ -50,9 +49,7 @@ Package: mangoapp Section: misc Architecture: amd64 arm64 Multi-Arch: no -Depends: mangohud (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, +Depends: mangohud, libc6, libfmt9, libgcc-s1, libgl1, libglew2.2, libglfw3, libspdlog1.10-fmt9, libstdc++6, libx11-6 Suggests: gamescope, Description: Application to render MangoHud with gamescope MangoHud is a highly customizable overlay for Vulkan and OpenGL application to @@ -65,9 +62,7 @@ Package: mangohudctl Section: misc Architecture: amd64 arm64 Multi-Arch: no -Depends: mangohud (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends}, +Depends: mangohud, libc6 Description: Application to control MangoHud MangoHud is a highly customizable overlay for Vulkan and OpenGL application to monitoring FPS, temperatures, CPU/GPU load and more.