diff options
author | Quentin Glidic <[email protected]> | 2013-02-02 18:08:34 +0100 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-02-04 10:36:50 -0800 |
commit | 11bd1b0f589bfeab8fcad5c70adf4c8a665eebc9 (patch) | |
tree | 2b4607580ae7e96a372b07e76eb7ea7d3ae36cca | |
parent | eaeb314372260f1ff0fbbf78a449f0b39573ed3d (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.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 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 |