[client] opengl: remove glu dependency

We only use gluOrtho2D, which is trivially replaced with glOrtho, and
gluErrorString which can be replaced with a small lookup table.
This commit is contained in:
Quantum
2021-02-18 21:40:05 -05:00
committed by Geoffrey McRae
parent ec921d7f39
commit 2973319bff
2 changed files with 36 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ project(renderer_Opengl LANGUAGES C)
find_package(PkgConfig)
pkg_check_modules(RENDERER_OPENGL_PKGCONFIG REQUIRED
gl
glu
)
add_library(renderer_OpenGL STATIC