diff options
author | nikolas <nikolas@gnu.org> | 2019-09-19 11:18:50 -0400 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-09-19 17:18:50 +0200 |
commit | 2d27e8e6856cc7488842b01a271f57ae4bd07230 (patch) | |
tree | 036adc93e7a0ad9719e81a463bc6c8eade22ea8a /os | |
parent | b18a58d5e1ac0fe2382e14badf80394b7e5a07b3 (diff) | |
download | openttd-2d27e8e6856cc7488842b01a271f57ae4bd07230.tar.xz |
Add #6173: New SDL 2 based video and sound drivers (#7086)
Diffstat (limited to 'os')
-rw-r--r-- | os/debian/control | 2 | ||||
-rw-r--r-- | os/rpm/openttd.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/debian/control b/os/debian/control index 54e14ce5d..01b66cc49 100644 --- a/os/debian/control +++ b/os/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Matthijs Kooijman <matthijs@stdin.nl> Uploaders: Jordi Mallach <jordi@debian.org> -Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev +Build-Depends: debhelper (>= 7.0.50), libsdl2-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev Standards-Version: 3.8.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/openttd.git Vcs-Git: git://anonscm.debian.org/collab-maint/openttd.git diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 09d19621f..387637d21 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -91,7 +91,7 @@ Group: Amusements/Games/Strategy/Other Requires: %{name} Conflicts: %{name}-dedicated -BuildRequires: SDL-devel +BuildRequires: SDL2-devel BuildRequires: fontconfig-devel %if 0%{?rhel_version} != 600 |