Mesa (master): egl: fix line continuation

Eric Engeström eric_engestrom at kemper.freedesktop.org
Wed Jul 19 14:52:29 UTC 2017


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

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Wed Jul 19 15:30:32 2017 +0100

egl: fix line continuation

Trailing space after the backslash meant the rest of the AM_CFLAGS lines
were no longer included.
This has been silently ignored because of the next line starting with
a `-` dash, instructing make to be silent about that line.

Fixes: 02cc359372773800de81 "egl/wayland: Use linux-dmabuf interface for buffers"
Cc: Daniel Stone <daniels at collabora.com>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Daniel Stone <daniels 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 52ded15145..7c1a4929b8 100644
--- a/src/egl/Makefile.am
+++ b/src/egl/Makefile.am
@@ -105,7 +105,7 @@ endif
 
 AM_CFLAGS += \
 	-I$(top_srcdir)/src/loader \
-	-I$(top_builddir)/src/egl/drivers/dri2 \ 
+	-I$(top_builddir)/src/egl/drivers/dri2 \
 	-I$(top_srcdir)/src/egl/drivers/dri2 \
 	-I$(top_srcdir)/src/gbm/backends/dri \
 	-I$(top_srcdir)/src/egl/wayland/wayland-egl \




More information about the mesa-commit mailing list