diff options
Diffstat (limited to 'recipes-graphics/wayland/weston/0016-Link-compositor-to-egl.patch')
| -rw-r--r-- | recipes-graphics/wayland/weston/0016-Link-compositor-to-egl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/0016-Link-compositor-to-egl.patch b/recipes-graphics/wayland/weston/0016-Link-compositor-to-egl.patch new file mode 100644 index 000000000..3cad74fd4 --- /dev/null +++ b/recipes-graphics/wayland/weston/0016-Link-compositor-to-egl.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 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, | ||
