On Thu, Oct 19, 2017 at 4:36 PM, Tom Hochstein <[email protected]> wrote: > Three packages depending on gtk+3 cannot build on i.MX: > - gtk+3-demo > - matchbox-terminal > - vte
Why? we should fix those, no? > Signed-off-by: Tom Hochstein <[email protected]> > --- > recipes-graphics/images/core-image-weston.bbappend | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > > diff --git a/recipes-graphics/images/core-image-weston.bbappend > b/recipes-graphics/images/core-image-weston.bbappend > index 2a3cde6..39d9bd4 100644 > --- a/recipes-graphics/images/core-image-weston.bbappend > +++ b/recipes-graphics/images/core-image-weston.bbappend > @@ -1,3 +1,15 @@ > # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support, > # so for now we skip it. > -CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples" > +CORE_IMAGE_BASE_INSTALL_REMOVE = "" > +CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu2d = " \ > + clutter-1.0-examples \ > + gtk+3-demo \ > + matchbox-terminal \ > + vte \ > +" > +CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu3d = " \ > + gtk+3-demo \ > + matchbox-terminal \ > + vte \ > +" > +CORE_IMAGE_BASE_INSTALL_remove = "${CORE_IMAGE_BASE_INSTALL_REMOVE}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
