projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912488a
)
egl_xdri: Add the top-level lib dir so we link against the libGL we built.
author
Dima Zavin
<dmitriyz@google.com>
Thu, 21 Aug 2008 17:41:19 +0000
(10:41 -0700)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 11 Sep 2008 17:43:56 +0000
(11:43 -0600)
src/egl/drivers/xdri/Makefile
patch
|
blob
|
history
diff --git
a/src/egl/drivers/xdri/Makefile
b/src/egl/drivers/xdri/Makefile
index 9a2b7e0a9d80331ed7aa97e8b32b10cd0dd7ebc2..afd551dea5ca4685143a24bb11584c938ea72845 100644
(file)
--- a/
src/egl/drivers/xdri/Makefile
+++ b/
src/egl/drivers/xdri/Makefile
@@
-48,6
+48,7
@@
$(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(OBJECTS)
$(TOP)/bin/mklib -o $(DRIVER_NAME) \
-noprefix \
-major 1 -minor 0 \
+ -L $(TOP)/$(LIB_DIR) \
-install $(TOP)/$(LIB_DIR) \
$(OBJECTS) $(DRM_LIB) $(MISC_LIBS)