[meta-freescale] [meta-fsl-arm PATCH v3 12/13] xf86-dri-vivante: Fix DRI module name

Daiane Angolini daiane.angolini at freescale.com
Mon Apr 15 08:30:52 PDT 2013


On 04/15/2013 08:52 AM, Otavio Salvador wrote:
> The Xorg Vivante driver has a hardcoded module name as 'vivante_dri'
> so we need to rename it for full Xorg acceleration to work.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> Changes in v3: None
> Changes in v2: None
>
>   recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> index 975041d..6e8f8db 100644
> --- a/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> +++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
> @@ -30,6 +30,10 @@ do_install_append () {
>
>       # FIXME: don't install libtool (*.la) file
>       rm ${D}${libdir}/xorg/modules/extensions/*.la
> +
> +    # FIXME: The Xorg driver has a hardcoded library name
> +    mv ${D}${libdir}/xorg/modules/extensions/libdri.so \
> +       ${D}${libdir}/xorg/modules/extensions/libvivante_dri.so

I think you can use a symbolic link instead (as someone else has already 
pointed before in the ML).

Daiane




More information about the meta-freescale mailing list