Add #6173: New SDL 2 based video and sound drivers (#7086)

This commit is contained in:
nikolas
2019-09-19 11:18:50 -04:00
committed by Niels Martin Hansen
parent b18a58d5e1
commit 2d27e8e685
9 changed files with 991 additions and 11 deletions

1
configure vendored
View File

@@ -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; }