From 109298e279f894fe845b98a946996746e99eed66 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 19 Mar 2022 12:45:25 -0700 Subject: [PATCH] Add libcsfml dependencies to Debian control file --- build/septadrop_1.1.0_amd64/DEBIAN/control | 1 + 1 file changed, 1 insertion(+) diff --git a/build/septadrop_1.1.0_amd64/DEBIAN/control b/build/septadrop_1.1.0_amd64/DEBIAN/control index aa8fb7e..86db1d8 100644 --- a/build/septadrop_1.1.0_amd64/DEBIAN/control +++ b/build/septadrop_1.1.0_amd64/DEBIAN/control @@ -3,6 +3,7 @@ Version: 1.1.0 Architecture: amd64 Essential: no Priority: optional +Depends: libcsfml-graphics2.5,libcsfml-audio2.5,libcsfml-system2.5 Maintainer: ElnuDev Description: A block game made in Rust and SFML. Homepage: https://github.com/ElnuDev/septadrop