mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
gallium: add include path to fix building of pipe-loader code
The pipe-loader code wasn't finding util/u_atomic.h Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0806bf8815
commit
ded14afa42
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ include Makefile.sources
|
|||
AM_CPPFLAGS = $(DEFINES) \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/loader \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue