[Mesa-dev] [PATCH 05/19] egl: automake: include builddir prior to srcdir
Emil Velikov
emil.l.velikov at gmail.com
Mon Jan 16 15:45:36 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Analogous to previous commit.
Cc: "12.0 13.0" <mesa-dev at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
src/egl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
index 7c5abd2114..407c69a992 100644
--- a/src/egl/Makefile.am
+++ b/src/egl/Makefile.am
@@ -97,8 +97,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
--
2.11.0
More information about the mesa-dev
mailing list