diff options
author | Brian Paul <[email protected]> | 2012-02-02 08:14:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-02-02 08:17:43 -0700 |
commit | e20e30b28c5c61f99e61f64d84d8bcb0577f1318 (patch) | |
tree | 7f12866f3fbd33b0ab27968a880c88f3949cbeac | |
parent | edb19707951306447daef43c1ea3cacec5f211fb (diff) |
Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi""
This reverts commit 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2.
... to fix build with --enable-osmesa
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile b/src/mesa/drivers/osmesa/Makefile index 005f4d5ba55..39ab09af805 100644 --- a/src/mesa/drivers/osmesa/Makefile +++ b/src/mesa/drivers/osmesa/Makefile @@ -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 $@ |