From f7af730e3a57fdd976be3e33349bb825e03f0f57 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 18 Jan 2021 21:50:48 +0000 Subject: [PATCH] Missing build dependency: libsdl-image1.2-dev --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index d25d3b3..cad55a0 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper-compat (= 12), libfreetype-dev, libncurses5-dev, libsdl1.2-dev, + libsdl-image1.2-dev, netpbm, pngcrush, python3 -- 2.30.2