projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ae5b5
)
gallium: Fix libgl-xlib path to sw xlib winsys
author
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 25 Mar 2010 13:42:40 +0000
(14:42 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 25 Mar 2010 13:43:37 +0000
(14:43 +0100)
src/gallium/targets/libgl-xlib/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/Makefile
b/src/gallium/targets/libgl-xlib/Makefile
index 5a4e035c2eba92e135455260493283fe4f2a22bf..6cd00cad45896a5d69100dc3a880d39a1610124b 100644
(file)
--- a/
src/gallium/targets/libgl-xlib/Makefile
+++ b/
src/gallium/targets/libgl-xlib/Makefile
@@
-38,7
+38,7
@@
XLIB_TARGET_OBJECTS = $(XLIB_TARGET_SOURCES:.c=.o)
LIBS = \
$(GALLIUM_DRIVERS) \
$(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
- $(TOP)/src/gallium/winsys/xlib/libws_xlib.a \
+ $(TOP)/src/gallium/winsys/
sw/
xlib/libws_xlib.a \
$(TOP)/src/gallium/drivers/trace/libtrace.a \
$(TOP)/src/gallium/drivers/identity/libidentity.a \
$(TOP)/src/mesa/libglapi.a \