Fixed syntax error in cmake file.

This commit is contained in:
Philipp Wiesemann 2014-10-17 23:10:33 +02:00
parent 38f94e21c0
commit 0302bb771c
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ macro(CheckVivante)
if(HAVE_VIDEO_VIVANTE_VDK)
set(SDL_VIDEO_DRIVER_VIVANTE_VDK 1)
list(APPEND EXTRA_LIBS VDK VIVANTE)
else
else()
set(SDL_CFLAGS "${SDL_CFLAGS} -DLINUX -DEGL_API_FB")
list(APPEND EXTRA_LIBS EGL)
endif(HAVE_VIDEO_VIVANTE_VDK)