From 13345a95400db632a7800e6fd8b8fdb74bba3c38 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 17 Mar 2009 23:33:04 -0700 Subject: Use the specified X11 headers for xlib mesa The xlib build was using the system's Xlib headers or bombing if they weren't available. --- src/mesa/drivers/x11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/x11') diff --git a/src/mesa/drivers/x11/Makefile b/src/mesa/drivers/x11/Makefile index d2780e62c97..5e427d2d5c6 100644 --- a/src/mesa/drivers/x11/Makefile +++ b/src/mesa/drivers/x11/Makefile @@ -41,7 +41,8 @@ OBJECTS = $(SOURCES:.c=.o) INCLUDE_DIRS = \ -I$(TOP)/include \ -I$(TOP)/src/mesa \ - -I$(TOP)/src/mesa/main + -I$(TOP)/src/mesa/main \ + $(X11_INCLUDES) CORE_MESA = $(TOP)/src/mesa/libmesa.a $(TOP)/src/mesa/libglapi.a -- cgit v1.2.3