From a9bf4c19dd71c02d9b404ace1453d0f195627372 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 2 Nov 2017 15:36:23 +0000 Subject: [PATCH] travis 6 --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 4076626..2dd5982 100755 --- a/configure +++ b/configure @@ -14,5 +14,9 @@ sudo apt-get update $y # We are just using the host SDL for now, if it causes too much problems we might remove it. # libsdl2-dev needs to be installed separatedly from sudo apt-get build-dep qemu # because Ubuntu 16.04's QEMU uses SDL 1. -sudo apt-get install $y build-essential libsdl2-dev +sudo apt-get install $y \ + build-essential \ + coreutils \ + libsdl2-dev \ +; sudo apt-get build-dep $y qemu