summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-10-13 02:56:36 +0000
committerDon Kjer <don@lindenlab.com>2012-10-13 02:56:36 +0000
commit08f58ac3fdc89209b7bfbdf009803e75815505f4 (patch)
tree939208100f0ceef028ab3da57eb6063c69eb21d0 /indra/cmake
parentf974374789db67a242d09cdd2a35076a7c12cda8 (diff)
Adding libdl to OSMesa16 link line
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/OpenGL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/OpenGL.cmake b/indra/cmake/OpenGL.cmake
index 181b10b91c..742d8e25a0 100644
--- a/indra/cmake/OpenGL.cmake
+++ b/indra/cmake/OpenGL.cmake
@@ -6,7 +6,7 @@ include(Prebuilt)
if (BUILD_HEADLESS)
use_prebuilt_binary(mesa)
SET(OPENGL_glu_LIBRARY GLU)
- SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 GLU)
+ SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU)
endif (BUILD_HEADLESS)
include(FindOpenGL)