On Fri, Oct 23, 2020 at 01:31:27PM -0400, Denys Dmytriyenko wrote: > On Fri, Oct 23, 2020 at 11:20:26AM -0500, Dan Murphy wrote: > > Gowtham > > > > On 10/22/20 6:50 AM, Gowtham Tammana wrote: > > >add gles2 support for devices which can support it. > > > > > >Signed-off-by: Gowtham Tammana <[email protected]> > > >--- > > > meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++ > > > 1 file changed, 3 insertions(+) > > > create mode 100644 > > > meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend > > > > > >diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend > > >b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend > > >new file mode 100644 > > >index 00000000..3d67bb6a > > >--- /dev/null > > >+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend > > >@@ -0,0 +1,3 @@ > > >+PR_append = ".arago1" > > >+ > > >+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', > > >'opengl', 'egl glesv2', '', d)}" > > > > For completeness this patch breaks K2 builds as we discussed off line. > > Probably also need to check for "gpu" in MACHINE_FEATURES?
Also, if PACKAGECONFIG is the only change you are making, it may be better to do it in arago.conf distro config, instead of creating a new bbappend - see arago.conf for a bunch of other PACKAGECONFIG settings there. -- Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
