Module: Mesa Branch: 9.1 Commit: c684e3b53e63b1f7797221312189125669bd38b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c684e3b53e63b1f7797221312189125669bd38b4
Author: Quentin Glidic <[email protected]> Date: Sat Feb 2 18:08:34 2013 +0100 gallium/egl: Fix include dirs for VPATH build NOTE: This is a candidate for the 9.1 branch. Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Quentin Glidic <[email protected]> (cherry picked from commit 11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9) --- src/gallium/state_trackers/egl/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index d647a64..e19e9a3 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
