Module: Mesa
Branch: master
Commit: 11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9

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]>

---

 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

Reply via email to