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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user