diff options
author | Brian Paul <[email protected]> | 2009-02-09 10:37:38 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-09 10:37:38 -0700 |
commit | 2438161823630a6e647c105ad92cf2b0cd740d00 (patch) | |
tree | c9093294c4b87a653b5bb6e2e9a420cddf853edc /src/gallium/winsys/egl_xlib | |
parent | abbe96cb6e7581a52652030e40442b943a482840 (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/egl_xlib')
-rw-r--r-- | src/gallium/winsys/egl_xlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/egl_xlib/Makefile b/src/gallium/winsys/egl_xlib/Makefile index 76f1b56da42..02ac47caa4e 100644 --- a/src/gallium/winsys/egl_xlib/Makefile +++ b/src/gallium/winsys/egl_xlib/Makefile @@ -34,7 +34,7 @@ LIBS = \ # mesa code, as done for ES 1.x, 2.x, OpenVG, etc) UNUSED_LIBS = \ $(TOP)/src/mesa/libglapi.a \ - $(TOP)/src/mesa/libmesa.a \ + $(TOP)/src/mesa/libmesagallium.a \ LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1 |