Module: Mesa Branch: master Commit: bd5fbcf92bc1673d636f73b1aafae41956657b72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd5fbcf92bc1673d636f73b1aafae41956657b72
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
