From c65e8a92d61148197ba0411b31204032a2fed24c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 3 May 2016 13:58:53 -0300 Subject: imx-gpu-viv: Ensure the Wayland backend provides Xorg driver For the XWayland use, we ought to avoid installing the Xorg Vivante driver so we make the Wayland backend to provide it so the runtime dependency is satisfied. Change-Id: Id92afcb8ad611db8b4b26a952bbf93ad86a46924 Signed-off-by: Otavio Salvador --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index aa84950..e99c4a1 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc @@ -271,6 +271,7 @@ RDEPENDS_libvivante-dri-mx6 = "libdrm" INSANE_SKIP_libwayland-viv-mx6 += "dev-so" FILES_libwayland-viv-mx6 = "${libdir}/libwayland-viv${REALSOLIBS} ${libdir}/libwayland-viv${SOLIBS}" FILES_libwayland-viv-mx6-dev = "${includedir}/wayland-viv ${libdir})/libwayland-viv${SOLIBSDEV} ${libdir}/pkgconfig/wayland-viv.pc" +RPROVIDES_libwayland-viv-mx6 += "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'xf86-video-imxfb-vivante', '', d)}" INSANE_SKIP_libgc-wayland-protocol-mx6 += "dev-so" FILES_libgc-wayland-protocol-mx6 = "${libdir}/libgc_wayland_protocol${REALSOLIBS} ${libdir}/libgc_wayland_protocol${SOLIBS}" -- cgit v1.2.3-54-g00ecf