mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
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:
parent
f02aaa83c1
commit
13345a9540
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue