projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b4111
)
osmesa: don't need to link with -lGL
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Apr 2010 22:57:42 +0000
(16:57 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Apr 2010 22:57:43 +0000
(16:57 -0600)
The gl entrypoints are in libOSMesa.so
progs/osdemos/Makefile
patch
|
blob
|
history
diff --git
a/progs/osdemos/Makefile
b/progs/osdemos/Makefile
index f53515cb0a76397c9d605a7b22f91571b1e0ec97..2a0f208083270546a96761956b7c736ae0147ff7 100644
(file)
--- a/
progs/osdemos/Makefile
+++ b/
progs/osdemos/Makefile
@@
-5,7
+5,7
@@
include $(TOP)/configs/current
INCDIR = $(TOP)/include
-OSMESA_LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(
GL_LIB) -l$(
OSMESA_LIB) $(APP_LIB_DEPS)
+OSMESA_LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(OSMESA_LIB) $(APP_LIB_DEPS)
OSMESA16_LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -lOSMesa16 -l$(GLU_LIB) \
-l$(GL_LIB) $(APP_LIB_DEPS)