|
|
@ -64,7 +64,6 @@ addons: |
|
|
|
- libgstreamer-plugins-base1.0-dev |
|
|
|
- libgstreamer-plugins-base1.0-dev |
|
|
|
- libgstreamer1.0-0:amd64 |
|
|
|
- libgstreamer1.0-0:amd64 |
|
|
|
- libgstreamer1.0-dev |
|
|
|
- libgstreamer1.0-dev |
|
|
|
- libsdl2-dev |
|
|
|
|
|
|
|
- libudev-dev |
|
|
|
- libudev-dev |
|
|
|
- wget |
|
|
|
- wget |
|
|
|
|
|
|
|
|
|
|
@ -81,6 +80,11 @@ before_install: |
|
|
|
export JOBS=$((`sysctl -n hw.ncpu`+1)); |
|
|
|
export JOBS=$((`sysctl -n hw.ncpu`+1)); |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Linux needs sdl2 but not android |
|
|
|
|
|
|
|
- if [ "${SPEC}" = "linux-g++-64" ]; then |
|
|
|
|
|
|
|
sudo apt-get install -y libsdl2-dev; |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
install: |
|
|
|
# linux dependencies: qt |
|
|
|
# linux dependencies: qt |
|
|
|
- if [ "${SPEC}" = "linux-g++-64" ]; then |
|
|
|
- if [ "${SPEC}" = "linux-g++-64" ]; then |
|
|
|