mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 20:10:14 +01:00
util: Move u_atomic.h to src/util.
To be shared outside of Gallium. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
3fe4d8e1e3
commit
ccad3829e3
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ GALLIUM_DRIVER_CXXFLAGS = \
|
|||
$(VISIBILITY_CXXFLAGS)
|
||||
|
||||
GALLIUM_TARGET_CFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/loader \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
|
|
@ -50,6 +51,7 @@ GALLIUM_COMMON_LIB_DEPS = \
|
|||
$(DLOPEN_LIBS)
|
||||
|
||||
GALLIUM_WINSYS_CFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue