From: Dan Nicholson Date: Wed, 18 Mar 2009 06:33:04 +0000 (-0700) Subject: Use the specified X11 headers for xlib mesa X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13345a95400db632a7800e6fd8b8fdb74bba3c38;p=mesa.git 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. --- 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