From eda44e49618610c13ebe4c026cd4981b404a1543 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 28 Apr 2020 14:21:02 -0500 Subject: 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 --- recipes-graphics/wayland/weston_8.0.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/wayland') 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" PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" -PACKAGECONFIG_remove_imxfbdev = "kms" +PACKAGECONFIG_remove_imxfbdev = "kms clients" PACKAGECONFIG_append_imxfbdev = " fbdev" PACKAGECONFIG_append_imxgpu = " imxgpu" PACKAGECONFIG_append_imxgpu2d = " imxg2d" -- cgit v1.2.3-54-g00ecf