From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:36 +0000 (+0000) Subject: egl: automake: include builddir prior to srcdir X-Git-Tag: android-x86-6.0-r3~227 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=87fc95c94ce159d460347a99f383b175450c5edf;p=android-x86%2Fexternal-mesa.git egl: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Signed-off-by: Emil Velikov (cherry picked from commit c5921ae0d2fc37699c7ebbd693a2e850a5371204) --- diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 78cf525951d..bd8903f6669 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -96,8 +96,8 @@ AM_CFLAGS += \ -I$(top_srcdir)/src/egl/drivers/dri2 \ -I$(top_srcdir)/src/gbm/backends/dri \ -I$(top_srcdir)/src/egl/wayland/wayland-egl \ - -I$(top_srcdir)/src/egl/wayland/wayland-drm \ -I$(top_builddir)/src/egl/wayland/wayland-drm \ + -I$(top_srcdir)/src/egl/wayland/wayland-drm \ -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \ -D_EGL_BUILT_IN_DRIVER_DRI2