autotools: add -I/src/egl to tizonia
authorDylan Baker <dylan@pnwbakers.com>
Wed, 7 Mar 2018 23:13:08 +0000 (15:13 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 14 Mar 2018 18:23:19 +0000 (11:23 -0700)
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@intel.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/state_trackers/omx/tizonia/Makefile.am

index 3149afa7bbb58b287382605be829ed4411401d2d..0eac85a319ee388b5b4b5c6323de1f50a77c37e1 100644 (file)
@@ -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 \