Update control

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-02 18:10:43 +03:00 committed by GitHub
parent 8bc6ad36fe
commit 648033e36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
debian/control vendored
View File

@ -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.