mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
v3d: Include v3d_drm.h path.
Fix build error.
CC v3d_blit.lo
In file included from v3d_blit.c:27:0:
v3d_context.h:39:10: fatal error: v3d_drm.h: No such file or directory
#include "v3d_drm.h"
^~~~~~~~~~~
Fixes: 8a793d42f1 ("v3d: Switch the vc5 driver to using the finalized V3D UABI.")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
73df16dcee
commit
85f61197df
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
|
|||
|
||||
AM_CFLAGS = \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_srcdir)/include/drm-uapi \
|
||||
-I$(top_builddir)/src/broadcom \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(V3D_SIMULATOR_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue