ref: 034d2a9fdfceec1bc919cc97a8674e5a58414ddc
parent: 2bd688e2a67b6c6970a0176a8f2b910676dc09fb
author: Simon Howard <fraggle@soulsphere.org>
date: Sun Jun 12 20:47:42 EDT 2016
Remove library deps not needed for sdl2-branch. Once this branch is merged, the old SDL1 dependencies will be automatically removed.
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@
sudo: required
dist: trusty
-# TODO: Remove old SDL library dependencies once sdl2-branch is merged.
addons:
apt:
packages:
@@ -16,10 +15,6 @@
- libsdl2-net-dev
- libsdl2-image-dev
- libsamplerate0-dev
- - libsdl1.2-dev
- - libsdl-mixer1.2-dev
- - libsdl-net1.2-dev
- - libpng-dev
script: ./autogen.sh && make && make install DESTDIR=/tmp/whatever && make dist