Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed syntax error in cmake file.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
cmake/sdlchecks.cmake
|
@@ -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) |
|
|