[meta-freescale] [meta-fsl-arm][PATCH] gtk+3: Add CFLAGS overrides for Wayland use

Daiane Angolini daiane.list at gmail.com
Tue Aug 11 11:09:53 PDT 2015


On Tue, Aug 11, 2015 at 9:57 AM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> The Vivante GPU required the platform to be configured and thus the

I think you meant "requires"

Can double check and change it localy before you merge? (no need to send V2)

Other than that I'm not able to review this patch


Daiane

> CFLAGS need to be passed for the build system to properly configure
> it.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  recipes-graphics/gtk+/gtk+3_%.bbappend | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend
> index 3799f71..649ebd8 100644
> --- a/recipes-graphics/gtk+/gtk+3_%.bbappend
> +++ b/recipes-graphics/gtk+/gtk+3_%.bbappend
> @@ -1 +1,6 @@
>  PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"
> +
> +CFLAGS_append_mx6 = " -DLINUX \
> +                      ${@base_contains('DISTRO_FEATURES', 'x11', '', \
> +                                        base_contains('DISTRO_FEATURES', 'wayland', \
> +                                                      '-DEGL_API_FB -DEGL_API_WL',  '', d), d)}"
> --
> 2.5.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list