SDL2: disable hardware support by default for now

This commit is contained in:
Alam Ed Arias 2014-04-17 14:02:51 -04:00
parent 6b3a982434
commit 65c75f413c
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
#SDL...., *looks at Alam*, THIS IS A MESS!
#
#disable Hardware supprot for SDL2 for now
ifndef TESTHW
NOHW=1
endif
ifdef UNIXCOMMON
include sdl2/MakeNIX.cfg
endif