diff options
author | Chia-I Wu <[email protected]> | 2009-08-26 15:42:35 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-26 16:40:22 -0600 |
commit | c06699dd121a3f3820f6f9e3bf7829fd574cf8d2 (patch) | |
tree | 2433f3ff78c7e06a495d6c328455a2ebdbb3e22a /src/gallium/winsys/egl_xlib/Makefile | |
parent | 49f245ea6bc2f9b7ee0345ff42cb00aa969cd316 (diff) |
egl_softpipe: Make winsys and pipe screen per display.
This is to allow a driver to drive multiple displays. Remove the use of
_EGL_PLATFORM_X along the way.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/winsys/egl_xlib/Makefile')
-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 a33a50ec22b..3efb7ed4afa 100644 --- a/src/gallium/winsys/egl_xlib/Makefile +++ b/src/gallium/winsys/egl_xlib/Makefile @@ -37,7 +37,7 @@ UNUSED_LIBS = \ $(TOP)/src/mesa/libmesagallium.a \ -LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1 +LOCAL_CFLAGS = .c.o: |