diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-11-18 19:11:49 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | 8c8f8fcd87681c637a2cf3c198e1db06d712cefb (patch) | |
tree | 750436d1f0c8247acd4bce92a39b46e2b3a5d7d5 /recipes-graphics/wayland/weston | |
parent | 4b573dd70221d821b75d3253a5222daf6ec877ff (diff) | |
download | meta-freescale-8c8f8fcd87681c637a2cf3c198e1db06d712cefb.tar.gz |
weston: Use compiler settings provided by IMX-GPU driver pkg-config
The IMX-GPU driver now provides compiler settings through pkg-config,
so don't set them explicitly. The package had to be patched to
link the compositor to egl.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland/weston')
-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 00000000..3cad74fd --- /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, | ||