[sdl2] enable SDL2 by default, instead of SDL1
This commit is contained in:
parent
3975a3f7a6
commit
70a447199f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -17,7 +17,8 @@ FULL_WARNINGS = no
|
|||
LUA_VERSION ?= lua
|
||||
PKG_CONFIG ?= pkg-config
|
||||
WITH_X11 ?= yes
|
||||
WITH_SDL ?= yes
|
||||
WITH_SDL2 ?= yes
|
||||
WITH_SDL ?= no
|
||||
|
||||
VERSION_MAJOR = 0
|
||||
VERSION_MINOR = 38
|
||||
|
|
Loading…
Reference in a new issue