GLContext: Fix Android context creation

This commit is contained in:
Connor McLaughlin
2020-07-07 00:59:49 +10:00
parent da180a1c4f
commit 729e1b3392
5 changed files with 10 additions and 14 deletions

View File

@ -135,7 +135,7 @@ if(USE_EGL)
)
target_compile_definitions(common PRIVATE "-DUSE_EGL=1")
if(SUPPORTS_X11)
if(USE_X11)
target_sources(common PRIVATE
gl/context_egl_x11.cpp
gl/context_egl_x11.h