summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch')
-rw-r--r--recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch b/recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch
new file mode 100644
index 00000000..3cad74fd
--- /dev/null
+++ b/recipes-graphics/wayland/weston/0006-Link-compositor-to-egl.patch
@@ -0,0 +1,12 @@
1Index: weston-1.11.1/configure.ac
2===================================================================
3--- weston-1.11.1.orig/configure.ac 2016-11-08 17:26:14.266564760 -0600
4+++ weston-1.11.1/configure.ac 2016-11-09 19:38:58.000000000 -0600
5@@ -93,6 +93,7 @@
6 PKG_CHECK_MODULES(EGL, [egl glesv2])
7 PKG_CHECK_MODULES([EGL_TESTS], [egl glesv2 wayland-client wayland-egl])
8 PKG_CHECK_MODULES([GL_RENDERER], [libdrm])
9+ COMPOSITOR_MODULES="$COMPOSITOR_MODULES egl"
10 fi
11
12 AC_ARG_ENABLE(xkbcommon,