From: Otavio Salvador Date: Tue, 3 May 2016 16:58:53 +0000 (-0300) Subject: imx-gpu-viv: Ensure the Wayland backend provides Xorg driver X-Git-Tag: 2.2~438 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23a025254e8975329e8d7efbfcdeb9775752a5c6;p=meta-freescale.git 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 --- diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index aa849506..e99c4a1a 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}"