commit | b08e1a5c12d9687995a81e9ee074563ded8f2997 | [log] [tgz] |
---|---|---|
author | Armin Krezović <krezovic.armin@gmail.com> | Fri Dec 09 22:58:27 2016 +0100 |
committer | Daniel Stone <daniels@collabora.com> | Tue Jan 17 12:54:03 2017 +0000 |
tree | b1238f24fd9a2ae3edd17c51b772326bc72caefb | |
parent | 3b7c207d06bbf24827021d3da77f9baa764974f4 [diff] [blame] |
compositor-wayland: Support building without EGL Signed-off-by: Armin Krezović <krezovic.armin@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
diff --git a/Makefile.am b/Makefile.am index 53f8f51..702a209 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -384,6 +384,7 @@ wayland_backend_la_LIBADD = \ $(COMPOSITOR_LIBS) \ $(WAYLAND_COMPOSITOR_LIBS) \ + $(WAYLAND_COMPOSITOR_EGL_LIBS) \ libshared-cairo.la wayland_backend_la_CFLAGS = \ $(COMPOSITOR_CFLAGS) \