Unverified Commit 1d3a34b7 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7890 from DonLakeFlyer/AndroidSDL

Remove SDL from android image
parents 5c09454c 7c195e6d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment