summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-07-31 19:34:11 +0800
committerErik Kundiman <erik@megapahit.org>2026-07-31 19:34:11 +0800
commitcdd2eaf40207117722d046fcc9c5707b884c4b49 (patch)
tree832adf924846582cbc649686788cfba6a740604b /indra/llrender
parenta6eb1586ae4bd4e81e7d03c91c27ffec78a32cf7 (diff)
parent7e47eff5042c2fb897c8eee1219889a84ca3bf36 (diff)
Merge branch 'main' into 26.326.3
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/CMakeLists.txt b/indra/llrender/CMakeLists.txt
index d7a1d76630..71423de95d 100644
--- a/indra/llrender/CMakeLists.txt
+++ b/indra/llrender/CMakeLists.txt
@@ -105,7 +105,7 @@ target_link_libraries(llrender
OpenGL::GL
)
-if (USE_FLATPAK)
+if (${LINUX_DISTRO} MATCHES freedesktop)
target_link_libraries(${PROJECT_NAME} ll::glu)
else ()
target_link_libraries(${PROJECT_NAME} OpenGL::GLU)