Mesa (master): v3d: Include v3d_drm.h path.

Eric Anholt anholt at kemper.freedesktop.org
Mon May 21 18:16:04 UTC 2018


Module: Mesa
Branch: master
Commit: 85f61197df49c3384f9f6c8cf0e642249e42e8fd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85f61197df49c3384f9f6c8cf0e642249e42e8fd

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Thu May 17 22:39:50 2018 +0000

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: 8a793d42f1cc ("v3d: Switch the vc5 driver to using the finalized V3D UABI.")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/gallium/drivers/v3d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/v3d/Makefile.am b/src/gallium/drivers/v3d/Makefile.am
index 2b4c364c24..ff0334a239 100644
--- a/src/gallium/drivers/v3d/Makefile.am
+++ b/src/gallium/drivers/v3d/Makefile.am
@@ -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) \




More information about the mesa-commit mailing list