From 07f7e838d8dfd7b36e35fd8dcaf63cc8e2b551c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:22:59 +0900 Subject: [PATCH] debian-bootstrap.sh: add libsdl2-ttf (#2297) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..9c1bad19 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -96,6 +96,7 @@ apt-get install -y \ libsdl2-mixer-dev \ libsdl2-image-dev \ libsdl2-gfx-dev \ + libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \