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 /configure | |
parent | b18a58d5e1ac0fe2382e14badf80394b7e5a07b3 (diff) | |
download | openttd-2d27e8e6856cc7488842b01a271f57ae4bd07230.tar.xz |
Add #6173: New SDL 2 based video and sound drivers (#7086)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ AWKCOMMAND=' if ($0 == "ALLEGRO" && "'$allegro_config'" == "") { next; } if ($0 == "SDL" && "'$sdl_config'" == "") { next; } + if ($0 == "SDL2" && "'$sdl2_config'" == "") { next; } if ($0 == "PNG" && "'$png_config'" == "") { next; } if ($0 == "OSX" && "'$os'" != "OSX") { next; } if ($0 == "OS2" && "'$os'" != "OS2") { next; } |