diff options
author | Eugene Sandulenko | 2016-08-19 22:56:01 +0200 |
---|---|---|
committer | GitHub | 2016-08-19 22:56:01 +0200 |
commit | 164dffd0962dac97ec5fb5b1cb51238df6185633 (patch) | |
tree | 3147321a74ac186efbf3b7b7ebddcccc96aa9880 /dists | |
parent | f5a508ff4d37ee29ec673862f52767cd664f7b02 (diff) | |
parent | de04a68c06b3837678abecc245960530c536afda (diff) | |
download | scummvm-rg350-164dffd0962dac97ec5fb5b1cb51238df6185633.tar.gz scummvm-rg350-164dffd0962dac97ec5fb5b1cb51238df6185633.tar.bz2 scummvm-rg350-164dffd0962dac97ec5fb5b1cb51238df6185633.zip |
Merge pull request #806 from sev-/sdl2-switch
BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.
Diffstat (limited to 'dists')
-rw-r--r-- | dists/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/control b/dists/debian/control index 40c0e53470..f101ce3ef8 100644 --- a/dists/debian/control +++ b/dists/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org> Uploaders: David Weinehall <tao@debian.org>, Moritz Muehlenhoff <jmm@debian.org> -Build-Depends: debhelper (>= 7.0.50~), nasm [i386], libsdl1.2-dev, libmad0-dev, libasound2-dev [linux-any], libvorbis-dev, libmpeg2-4-dev, libflac-dev, libz-dev, libfluidsynth-dev, python +Build-Depends: debhelper (>= 7.0.50~), nasm [i386], libsdl2-dev, libmad0-dev, libasound2-dev [linux-any], libvorbis-dev, libmpeg2-4-dev, libflac-dev, libz-dev, libfluidsynth-dev, python Standards-Version: 3.9.2 Homepage: http://www.scummvm.org |