summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-04-28 14:21:02 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-29 20:04:40 -0300
commiteda44e49618610c13ebe4c026cd4981b404a1543 (patch)
treee35166b052d39277406433c6c517ec123ceff022 /recipes-graphics
parent809955bb21b0d65c881a5d5d4e559018e76b2d66 (diff)
downloadmeta-freescale-eda44e49618610c13ebe4c026cd4981b404a1543.tar.gz
weston: Fix non-GBM build error for i.MX 6 & 7
i.MX 6 and 7 doesn't support GBM, required by weston-simple-dmabuf-egl: | Run-time dependency gbm found: NO (tried pkgconfig and cmake) | | clients/meson.build:134:4: ERROR: Problem encountered: weston-simple-dmabuf-egl requires gbm which was not found. If you rather not build this, drop "dmabuf-egl" from simple-clients option. Remove the clients for i.MX 6 and 7. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb
index aa0ea521..70732ae8 100644
--- a/recipes-graphics/wayland/weston_8.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb
@@ -146,7 +146,7 @@ PACKAGECONFIG_OPENGL_imxgpu3d = "opengl"
146 146
147PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 147PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
148 148
149PACKAGECONFIG_remove_imxfbdev = "kms" 149PACKAGECONFIG_remove_imxfbdev = "kms clients"
150PACKAGECONFIG_append_imxfbdev = " fbdev" 150PACKAGECONFIG_append_imxfbdev = " fbdev"
151PACKAGECONFIG_append_imxgpu = " imxgpu" 151PACKAGECONFIG_append_imxgpu = " imxgpu"
152PACKAGECONFIG_append_imxgpu2d = " imxg2d" 152PACKAGECONFIG_append_imxgpu2d = " imxg2d"