Mesa (glsl2): configs: added -ltalloc to config files

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 11 21:06:42 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 11 14:28:55 2010 -0600

configs: added -ltalloc to config files

---

 configs/default    |    2 +-
 configs/linux-llvm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/default b/configs/default
index 8711a38..4f6334b 100644
--- a/configs/default
+++ b/configs/default
@@ -116,7 +116,7 @@ EGL_CLIENT_APIS = $(GL_LIB)
 
 # Library dependencies
 #EXTRA_LIB_PATH ?=
-GL_LIB_DEPS     = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
+GL_LIB_DEPS     = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -ltalloc
 EGL_LIB_DEPS    = $(EXTRA_LIB_PATH) -ldl -lpthread
 OSMESA_LIB_DEPS = $(EXTRA_LIB_PATH) -L$(TOP)/$(LIB_DIR) -l$(GL_LIB)
 GLU_LIB_DEPS    = $(EXTRA_LIB_PATH) -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 83d2fc3..6aa4340 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -41,4 +41,4 @@ else
 endif
 
 LD = g++
-GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ -ludis86
+GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -ltalloc -lstdc++ -ludis86




More information about the mesa-commit mailing list