From: Quentin Glidic Date: Sat, 2 Feb 2013 17:08:34 +0000 (+0100) Subject: gallium/egl: Fix include dirs for VPATH build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9;p=mesa.git gallium/egl: Fix include dirs for VPATH build NOTE: This is a candidate for the 9.1 branch. Reviewed-by: Matt Turner Signed-off-by: Quentin Glidic --- diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index d647a645505..e19e9a31bdb 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -72,6 +72,7 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/src/gallium/winsys \ -I$(top_srcdir)/src/egl/wayland/wayland-egl \ -I$(top_srcdir)/src/egl/wayland/wayland-drm \ + -I$(top_builddir)/src/egl/wayland/wayland-drm \ -DHAVE_WAYLAND_BACKEND endif