mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
drivers/x11: add gallium include dirs to Makefile.am
Fixes xlib driver build after e8c5cbfd92.
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0feb0b7373
commit
9dbe5e1dca
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/mapi \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
-I$(top_srcdir)/src/mesa/main \
|
||||
$(X11_INCLUDES) \
|
||||
$(DEFINES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue