osmesa: link against libtalloc
authorOrion Poplawski <orion@core.nwra.com>
Wed, 20 Oct 2010 19:54:57 +0000 (15:54 -0400)
committerAdam Jackson <ajax@redhat.com>
Wed, 20 Oct 2010 19:54:57 +0000 (15:54 -0400)
Otherwise consumers have to, and that's lame.

Signed-off-by: Adam Jackson <ajax@redhat.com>
src/mesa/drivers/osmesa/Makefile

index 39ab09af805bf4c79804c2471b4b9f78f31a7fe4..50dd4526e19d8a57e0807fb50d6ee5001ba0cc02 100644 (file)
@@ -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)