mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-02 21:00:00 +00: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
@ -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…
Reference in New Issue
Block a user