This is used by Vivante for 2D acceleration support. Fixes some slowness seen when testing GUI images.
Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v4: None Changes in v3: None Changes in v2: - New patch recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb index 837b59c..22e8d6e 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_1.1.0.bb @@ -36,7 +36,7 @@ do_install_append () { find ${D}${includedir} -type f -exec chmod 660 {} \; } -RDEPENDS_${PN} += "xserver-xorg-module-exa xf86-dri-vivante" +RDEPENDS_${PN} += "xserver-xorg-module-exa mesa-driver-swrast xf86-dri-vivante" # Add the ABI dependency at package generation time, as otherwise bitbake will # attempt to find a provider for it (and fail) when it does the parse. -- 1.8.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
