Module: Mesa Branch: master Commit: 5a3ac74ad594bd221389c2a5631f7ca8b8677fb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a3ac74ad594bd221389c2a5631f7ca8b8677fb0
Author: Orion Poplawski <or...@core.nwra.com> Date: Wed Oct 20 15:54:57 2010 -0400 osmesa: link against libtalloc Otherwise consumers have to, and that's lame. Signed-off-by: Adam Jackson <a...@redhat.com> --- src/mesa/drivers/osmesa/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/osmesa/Makefile b/src/mesa/drivers/osmesa/Makefile index 39ab09a..50dd452 100644 --- a/src/mesa/drivers/osmesa/Makefile +++ b/src/mesa/drivers/osmesa/Makefile @@ -40,7 +40,7 @@ $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME): $(OBJECTS) $(CORE_MESA) -major $(MESA_MAJOR) -minor $(MESA_MINOR) -patch $(MESA_TINY) \ -install $(TOP)/$(LIB_DIR) -cplusplus $(MKLIB_OPTIONS) \ -id $(INSTALL_LIB_DIR)/lib$(OSMESA_LIB).$(MESA_MAJOR).dylib \ - $(OSMESA_LIB_DEPS) $(OBJECTS) $(CORE_MESA) + $(OSMESA_LIB_DEPS) $(OBJECTS) $(CORE_MESA) $(TALLOC_LIBS) _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit