[meta-freescale] [FEATURE meta-fsl-arm PATCH 09/15] cairo: Refactor code to use the new overrides

Otavio Salvador otavio.salvador at ossystems.com.br
Mon Aug 29 11:10:50 PDT 2016


On Mon, Aug 29, 2016 at 2:17 PM, Prabhu Sundararaj
<prabhu.sundararaj at nxp.com> wrote:
> index 6f9e09d..c062dba 100644
> --- a/recipes-graphics/cairo/cairo_%.bbappend
> +++ b/recipes-graphics/cairo/cairo_%.bbappend
> @@ -1,8 +1,10 @@
> -CFLAGS_append_mx6 = " -DLINUX \
> -                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
> -                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
> -                                                      '-DEGL_API_FB -DEGL_API_WL',  '-DEGL_API_FB', d), d)}"
> +CFLAGS_append_imxgpu2d = " \
> +    -DLINUX \
> +    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \
> +                          '', \
> +                          bb.utils.contains('DISTRO_FEATURES', 'wayland', \
> +                                            '-DEGL_API_FB -DEGL_API_WL', \
> +                                            '-DEGL_API_FB', d), d)} \ "
> Prabhu: this need to be removed. No more required, this is now provided by egl.pc

Are you sure cairo uses the .pc file?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list