mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
vc4: add missing nir include, to fix the build
Cc: 10.6 <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
4fa0cd17b7
commit
75ce7919d6
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ SIM_LDFLAGS = -lsimpenrose
|
|||
endif
|
||||
|
||||
AM_CFLAGS = \
|
||||
-I$(top_builddir)/src/glsl/nir \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(GALLIUM_DRIVER_CFLAGS) \
|
||||
$(SIM_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue