mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-24 20:03:10 +00:00
Enable SDL2 by default
This commit is contained in:
parent
ad27563ef6
commit
5b10bdc2b2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ WITH_RETEXTURING:=yes
|
|||
# because SDL2 has none. Use OGG/Vorbis music instead :-)
|
||||
# On Windows sdl-config isn't used, so make sure that
|
||||
# you've got the SDL2 headers and libs installed.
|
||||
WITH_SDL2:=no
|
||||
WITH_SDL2:=yes
|
||||
|
||||
# Set the gamma via X11 and not via SDL. This works
|
||||
# around problems in some SDL version. Adds dependencies
|
||||
|
|
Loading…
Reference in a new issue