From a2b809329d13f155c95a1c1a7e1be03b6c5c70de Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 12:18:06 +0100 Subject: [PATCH] Add other missing sdl2-* package dependencies. https://github.com/sbidin/sdl2-image/issues/4#issuecomment-277645979 --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 273d959e..93d04aff 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,8 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsdl2-mixer-dev \ + libsdl2-image-dev \ + libsdl2-gfx-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \