From 11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sat, 2 Feb 2013 18:08:34 +0100 Subject: [PATCH] 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 --- src/gallium/state_trackers/egl/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2