Mesa (master): osmesa: added new GLSL libs

Brian Paul brianp at kemper.freedesktop.org
Mon Dec 21 20:37:59 UTC 2009


Module: Mesa
Branch: master
Commit: bd5fbcf92bc1673d636f73b1aafae41956657b72
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd5fbcf92bc1673d636f73b1aafae41956657b72

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Dec 21 13:37:49 2009 -0700

osmesa: added new GLSL libs

---

 src/mesa/drivers/osmesa/Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/osmesa/Makefile b/src/mesa/drivers/osmesa/Makefile
index 92d4149..3a94cc9 100644
--- a/src/mesa/drivers/osmesa/Makefile
+++ b/src/mesa/drivers/osmesa/Makefile
@@ -21,7 +21,11 @@ INCLUDE_DIRS = \
 
 # Standalone osmesa needs to be linked with core Mesa APIs
 ifeq ($(DRIVER_DIRS), osmesa)
-CORE_MESA = $(TOP)/src/mesa/libmesa.a $(TOP)/src/mesa/libglapi.a
+CORE_MESA = \
+	$(TOP)/src/mesa/libmesa.a \
+	$(TOP)/src/mesa/libglapi.a \
+	$(TOP)/src/glsl/cl/libglslcl.a \
+	$(TOP)/src/glsl/cl/libglslpp.a
 else
 CORE_MESA =
 endif




More information about the mesa-commit mailing list