[Mesa-dev] [PATCH 2/2] autotools: add -I/src/egl to tizonia

Dylan Baker dylan at pnwbakers.com
Wed Mar 7 23:13:08 UTC 2018


meson got the same fix.

cc: Emil Veliov <emil.l.velikov at gmail.com>
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---

I don't know hat the "right" fix is here Emil, I just picked one and applied it
to both meson and autotools.

 src/gallium/state_trackers/omx/tizonia/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/state_trackers/omx/tizonia/Makefile.am b/src/gallium/state_trackers/omx/tizonia/Makefile.am
index 3149afa7bbb..0eac85a319e 100644
--- a/src/gallium/state_trackers/omx/tizonia/Makefile.am
+++ b/src/gallium/state_trackers/omx/tizonia/Makefile.am
@@ -27,6 +27,7 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/src/mesa \
 	-I$(top_builddir)/src/mesa/drivers/dri/common \
 	-I$(top_srcdir)/src/mesa/drivers/dri/common \
+	-I$(top_srcdir)/src/egl \
 	-I$(top_srcdir)/src/egl/drivers/dri2 \
 	-I$(top_srcdir)/src/egl/wayland/wayland-egl \
 	-I$(top_srcdir)/src/egl/main \
-- 
2.16.2



More information about the mesa-dev mailing list