On Mon, Aug 29, 2016 at 2:17 PM, Prabhu Sundararaj <[email protected]> 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
