Skip to content

Commit

Permalink
Fixed syntax error in cmake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 17, 2014
1 parent 38f94e2 commit 0302bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdlchecks.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 0302bb7

Please sign in to comment.