Skip to content

Commit

Permalink
cmake: SUPPORTS_X11 -> USE_X11 for glad
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jul 12, 2020
1 parent 932b38c commit af9afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/glad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else()
target_sources(glad PRIVATE src/glad_egl.c)
target_link_libraries(glad PRIVATE EGL::EGL)
endif()
if(SUPPORTS_X11)
if(USE_X11)
target_sources(glad PRIVATE src/glad_glx.c)
endif()
endif()

0 comments on commit af9afae

Please sign in to comment.