~ salmonella-environment-setup (master) 3d98a9b02a0a53933d534533e0aaba00b98d5013
commit 3d98a9b02a0a53933d534533e0aaba00b98d5013
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Mon Sep 11 19:53:21 2017 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Mon Sep 11 20:54:23 2017 +0200
debian-stretch.sh: add libsdl2-image-dev (for the sdl2-image egg)
diff --git a/debian-stretch.sh b/debian-stretch.sh
index 4e42bf8..30a25ef 100755
--- a/debian-stretch.sh
+++ b/debian-stretch.sh
@@ -118,6 +118,7 @@ sudo apt-get install \
libleptonica-dev \
libsvm-dev \
libsdl2-ttf-dev \
+ libsdl2-image-dev \
##
## Things that are not packaged for Debian
Trap