On Mon, Sep 09, 2013 at 11:19:11AM +0100, Ross Burton wrote: > Stop mesa from building on distributions without the "opengl" DISTRO_FEATURE. > > Signed-off-by: Ross Burton <[email protected]> > --- > meta/recipes-graphics/mesa/mesa.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/mesa/mesa.inc > b/meta/recipes-graphics/mesa/mesa.inc > index 71fcabd..79605fa 100644 > --- a/meta/recipes-graphics/mesa/mesa.inc > +++ b/meta/recipes-graphics/mesa/mesa.inc > @@ -19,7 +19,9 @@ DEPENDS = "expat makedepend-native flex-native bison-native" > > PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" > > -inherit autotools pkgconfig pythonnative gettext > +inherit autotools pkgconfig pythonnative gettext distro_features_check > + > +REQUIRED_DISTRO_FEATURES = "opengl"
Is this really needed? I was building mesa in distro without opengl for long time and was considering (probably incorrectly) opengl DISTRO_FEATURE more like sign of proper hw GL libraries. -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
