diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:36 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:55 +0000 |
commit | c5921ae0d2fc37699c7ebbd693a2e850a5371204 (patch) | |
tree | 86784e62bd039a9bd80f6dabc49599b036b1fec0 /src/egl | |
parent | 90ac5c339e2c360712d663e3eab76c4a4abf2487 (diff) |
egl: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |