summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/egl_xlib/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-08-26 15:42:35 +0800
committerBrian Paul <brianp@vmware.com>2009-08-26 16:40:22 -0600
commitc06699dd121a3f3820f6f9e3bf7829fd574cf8d2 (patch)
tree2433f3ff78c7e06a495d6c328455a2ebdbb3e22a /src/gallium/winsys/egl_xlib/Makefile
parent49f245ea6bc2f9b7ee0345ff42cb00aa969cd316 (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 <olvaffe@gmail.com>
Diffstat (limited to 'src/gallium/winsys/egl_xlib/Makefile')
-rw-r--r--src/gallium/winsys/egl_xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/egl_xlib/Makefile b/src/gallium/winsys/egl_xlib/Makefile
index a33a50ec22..3efb7ed4af 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: