Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi""
authorBrian Paul <brianp@vmware.com>
Thu, 2 Feb 2012 15:14:35 +0000 (08:14 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 2 Feb 2012 15:17:43 +0000 (08:17 -0700)
This reverts commit 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2.
... to fix build with --enable-osmesa

src/mesa/drivers/osmesa/Makefile

index 005f4d5..39ab09a 100644 (file)
@@ -25,8 +25,6 @@ CORE_MESA = \
        $(TOP)/src/mapi/glapi/libglapi.a \
        $(TOP)/src/glsl/libglsl.a
 
-OSMESA_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(GLAPI_LIB) $(OSMESA_LIB_DEPS)
-
 .c.o:
        $(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@