From 7c195e6d91490f6da47df61932bcc4c83e2e3b9a Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 8 Oct 2019 14:07:09 -0700 Subject: [PATCH] Remove SDL from android image --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5e1c8dd3..a73ea759a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,6 @@ addons: - libgstreamer-plugins-base1.0-dev - libgstreamer1.0-0:amd64 - libgstreamer1.0-dev - - libsdl2-dev - libudev-dev - wget @@ -81,6 +80,11 @@ before_install: export JOBS=$((`sysctl -n hw.ncpu`+1)); fi + # Linux needs sdl2 but not android + - if [ "${SPEC}" = "linux-g++-64" ]; then + sudo apt-get install -y libsdl2-dev; + fi + install: # linux dependencies: qt - if [ "${SPEC}" = "linux-g++-64" ]; then -- 2.22.0