From e66b409ba29751b41a5380ab228768b15a3afa40 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 13 Feb 2015 07:42:58 +0200 Subject: [PATCH] Add sdl2 system packages Pinging @manny-fp --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 2e423c25..c069dcb1 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -12,6 +12,7 @@ add-apt-repository -y ppa:chris-lea/zeromq add-apt-repository -y ppa:floe/libtisch +add-apt-repository -y ppa:zoogie/sdl2-snapshots apt-get update apt-get install -y \ build-essential \ @@ -47,4 +48,5 @@ apt-get install -y \ libgd2-xpm-dev \ libyaml-dev \ liblzma-dev \ + libsdl2-dev \ libzmq3-dev