summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-09 10:37:38 -0700
committerBrian Paul <brianp@vmware.com>2009-02-09 10:37:38 -0700
commit2438161823630a6e647c105ad92cf2b0cd740d00 (patch)
treec9093294c4b87a653b5bb6e2e9a420cddf853edc /src/gallium/winsys/xlib
parentabbe96cb6e7581a52652030e40442b943a482840 (diff)
mesa: build/use libmesagallium.a for gallium builds
This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc.
Diffstat (limited to 'src/gallium/winsys/xlib')
-rw-r--r--src/gallium/winsys/xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile
index 8c2892d49b..9d70f3cb9c 100644
--- a/src/gallium/winsys/xlib/Makefile
+++ b/src/gallium/winsys/xlib/Makefile
@@ -47,7 +47,7 @@ LIBS = \
$(GALLIUM_DRIVERS) \
$(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
$(TOP)/src/mesa/libglapi.a \
- $(TOP)/src/mesa/libmesa.a \
+ $(TOP)/src/mesa/libmesagallium.a \
$(GALLIUM_AUXILIARIES) \
$(CELL_SPU_LIB) \