summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-10 13:24:18 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-10 13:24:18 -0500
commit003e63268028ffe81fa4c97d5006d58ca382fd42 (patch)
treec118ea7194296a5170df16cebfcec3a399624265 /indra/cmake
parent5e7f36541b503bb2bd03e121c7ef13025f69065a (diff)
parent008e078bf5c7bd3b72eacecb200733715841afe4 (diff)
merge
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Variables.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 54c77da64e..6ec621632b 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -118,10 +118,10 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if (INSTALL_PROPRIETARY)
# Only turn on headless if we can find osmesa libraries.
include(FindPkgConfig)
- pkg_check_modules(OSMESA osmesa)
- if (OSMESA_FOUND)
- set(BUILD_HEADLESS ON CACHE BOOL "Build headless libraries.")
- endif (OSMESA_FOUND)
+ #pkg_check_modules(OSMESA osmesa)
+ #if (OSMESA_FOUND)
+ # set(BUILD_HEADLESS ON CACHE BOOL "Build headless libraries.")
+ #endif (OSMESA_FOUND)
endif (INSTALL_PROPRIETARY)
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")