Mesa (master): autotools: add -I/src/egl to tizonia

Dylan Baker dbaker at kemper.freedesktop.org
Wed Mar 14 18:24:31 UTC 2018


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Wed Mar  7 15:13:08 2018 -0800

autotools: add -I/src/egl to tizonia

This fixes the following build breakage:

make[5]: Entering directory
'/mnt/sdc1/Gits/mesa/src/gallium/state_trackers/omx/tizonia'
   CC       h264dprc.lo
In file included from h264dprc.c:45:0:
../../../../../src/egl/drivers/dri2/egl_dri2.h:47:10: fatal error:
wayland/wayland-egl/wayland-egl-backend.h: No such file or directory
  #include "wayland/wayland-egl/wayland-egl-backend.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

meson got the same fix in 7598dedfde49391564cdb3d355e7bd98e1880782.

Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
Acked-by: Emil Velikov <emil.velikov at collabora.com>

---

 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 3149afa7bb..0eac85a319 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 \




More information about the mesa-commit mailing list