gallium/egl: Fix include dirs for VPATH build
authorQuentin Glidic <sardemff7+git@sardemff7.net>
Sat, 2 Feb 2013 17:08:34 +0000 (18:08 +0100)
committerMatt Turner <mattst88@gmail.com>
Mon, 4 Feb 2013 18:36:50 +0000 (10:36 -0800)
NOTE: This is a candidate for the 9.1 branch.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
src/gallium/state_trackers/egl/Makefile.am

index d647a645505fad289348a2809195794c41bcc2ae..e19e9a31bdbe70862638ad10e1c5e010e53bee67 100644 (file)
@@ -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