projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb1970
)
Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi""
author
Brian Paul
<brianp@vmware.com>
Thu, 2 Feb 2012 15:14:35 +0000
(08:14 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/osmesa/Makefile
b/src/mesa/drivers/osmesa/Makefile
index 005f4d5ba556806b530baea6b2e4dcfba3647a75..39ab09af805bf4c79804c2471b4b9f78f31a7fe4 100644
(file)
--- 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 $@