summaryrefslogtreecommitdiff
path: root/indra/llrender/llfontregistry.cpp
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-18 16:50:17 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-18 16:50:17 +0200
commit29ca8560381424adcee2f096de0e940b3d1f46b0 (patch)
tree3d09ca58a5bcf81da31f4d702e0555b8d7fa1abd /indra/llrender/llfontregistry.cpp
parentbacbf1ffe6c111ad1cc03a20922b00224553cb93 (diff)
llrender does not need a dependency on sdl. There was some comment out code which
suggests it was needed long ago.
Diffstat (limited to 'indra/llrender/llfontregistry.cpp')
-rw-r--r--indra/llrender/llfontregistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontregistry.cpp b/indra/llrender/llfontregistry.cpp
index 33a33af160..ef4cf15149 100644
--- a/indra/llrender/llfontregistry.cpp
+++ b/indra/llrender/llfontregistry.cpp
@@ -239,7 +239,7 @@ std::string currentOsName()
return "Windows";
#elif LL_DARWIN
return "Mac";
-#elif LL_SDL || LL_MESA_HEADLESS
+#elif LL_LINUX
return "Linux";
#else
return "";