egl: fix line continuation
authorEric Engestrom <eric.engestrom@imgtec.com>
Wed, 19 Jul 2017 14:30:32 +0000 (15:30 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Wed, 19 Jul 2017 14:51:54 +0000 (15:51 +0100)
commit50d478036ae783da5ad7eede5d0d8b13d35e6d47
tree16e3b81fd3cd8b349cde2a635f443a22252049d6
parent21c2aca6b71f1b2c2f24b6e2ac2c0194eb7f5bde
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@collabora.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/egl/Makefile.am