- Added Debian dependencies to README.md and fixed some issues that I ran into on a clean machine
This commit is contained in:
@@ -22,6 +22,7 @@ if(FENNEC_GRAPHICS_WANT_EGL)
|
||||
message(STATUS "EGL Requested")
|
||||
else()
|
||||
find_package(OpenGL)
|
||||
find_package(GLEW REQUIRED)
|
||||
endif()
|
||||
|
||||
if(TARGET OpenGL::GL AND TARGET GLEW::GLEW)
|
||||
|
||||
Reference in New Issue
Block a user