summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <[email protected]>2013-02-02 18:08:34 +0100
committerMatt Turner <[email protected]>2013-02-04 10:36:50 -0800
commit11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9 (patch)
tree2b4607580ae7e96a372b07e76eb7ea7d3ae36cca
parenteaeb314372260f1ff0fbbf78a449f0b39573ed3d (diff)
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]>
-rw-r--r--src/gallium/state_trackers/egl/Makefile.am1
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 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