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.
This commit is contained in:
Dan Nicholson 2009-03-17 23:33:04 -07:00
parent f02aaa83c1
commit 13345a9540
1 changed files with 2 additions and 1 deletions

View File

@ -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