Default to use the built-in EGL definitions

This commit is contained in:
Sam Lantinga
2023-01-12 15:54:06 -08:00
parent 7516bd349c
commit 7c16fe6d69
2 changed files with 3 additions and 4 deletions

View File

@@ -670,7 +670,6 @@ macro(CheckVivante)
find_library(VIVANTE_VDK_LIBRARY VDK REQUIRED)
list(APPEND SDL_EXTRA_LIBS ${VIVANTE_LIBRARY} ${VIVANTE_VDK_LIBRARY})
else()
list(APPEND SDL_PC_CFLAGS -DLINUX -DEGL_API_FB)
list(APPEND SDL_EXTRA_LIBS EGL)
endif(HAVE_VIVANTE_VDK)
endif()