summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2025-11-05 11:00:45 -0500
committerGitHub <noreply@github.com>2025-11-05 11:00:45 -0500
commita5bf53ffa4152d1e1e8b65edcd1ba318ec2d2f50 (patch)
tree0307d1092b26214198246cabe8310924284ce56f /indra/llrender/llgl.cpp
parent82a924829157f36bf186aadb24689670faf6b47d (diff)
parent11cd181d42a510257549e6541c8e381666a5257c (diff)
Merge pull request #4934 from RyeMutt/rye/fixlnxbuild
Add GL constants needed for compatibility with physicsextensions_source package
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index c45ad70758..d3720eb85c 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -52,10 +52,7 @@
#include <glm/gtc/matrix_access.hpp>
#include "glm/gtc/type_ptr.hpp"
-#if LL_MESA_HEADLESS
-# include "GL/osmesa.h"
-# define LL_GET_PROC_ADDRESS(func) OSMesaGetProcAddress(func)
-#elif LL_SDL_WINDOW
+#if LL_SDL_WINDOW
# include "llwindowsdl.h"
# include "SDL3/SDL.h"
# define LL_GET_PROC_ADDRESS(func) SDL_GL_GetProcAddress(func)