~ salmonella-environment-setup (master) 4d469cb581235ae3aa84e00464825e49b4e6196c


commit 4d469cb581235ae3aa84e00464825e49b4e6196c
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Fri Sep 1 20:16:15 2017 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Fri Sep 1 20:36:41 2017 +0200

    debian-stretch.sh: add libsdl2-dev (for kiwi and sdl2)

diff --git a/debian-stretch.sh b/debian-stretch.sh
index ae7d574..a2fc9e2 100755
--- a/debian-stretch.sh
+++ b/debian-stretch.sh
@@ -114,6 +114,7 @@ sudo apt-get install \
     libsass-dev \
     libsndfile1-dev \
     liblzma-dev \
+    libsdl2-dev \
 
 ##
 ## Things that are not packaged for Debian
Trap