Merge "Add rpi network drivers by default"
[AGL/meta-agl.git] / meta-agl-bsp / meta-freescale-layer / recipes-graphics / wayland / weston-2.0.0 / 0006-Link-compositor-to-egl.patch
1 Index: 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,