mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Make all EGL functions dynamically loaded
This commit is contained in:
@@ -402,6 +402,11 @@ if (_GLFW_EGL)
|
||||
list(APPEND glfw_PKG_DEPS "glesv2")
|
||||
endif()
|
||||
|
||||
if (CMAKE_DL_LIBS)
|
||||
list(APPEND glfw_LIBRARIES "${CMAKE_DL_LIBS}")
|
||||
list(APPEND glfw_PKG_LIBS "-l${CMAKE_DL_LIBS}")
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user