- Added Debian dependencies to README.md and fixed some issues that I ran into on a clean machine

This commit is contained in:
2025-08-17 09:51:08 -04:00
parent 3ddc2b3d97
commit 73041e994d
5 changed files with 21 additions and 8 deletions

View File

@@ -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)