From: Orion Poplawski Date: Wed, 20 Oct 2010 19:54:57 +0000 (-0400) Subject: osmesa: link against libtalloc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a3ac74ad594bd221389c2a5631f7ca8b8677fb0;p=mesa.git osmesa: link against libtalloc Otherwise consumers have to, and that's lame. Signed-off-by: Adam Jackson --- diff --git a/src/mesa/drivers/osmesa/Makefile b/src/mesa/drivers/osmesa/Makefile index 39ab09af805..50dd4526e19 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)