From patchwork Wed Aug 1 12:31:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/12] poky: add EGL and OpenGLESv2 features Date: Wed, 01 Aug 2012 12:31:16 -0000 From: Ross Burton X-Patchwork-Id: 33515 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Ross Burton --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index cc9fa6c..de7a36c 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -10,7 +10,7 @@ TARGET_VENDOR = "-poky" LOCALCONF_VERSION = "1" -DISTRO_FEATURES_append = " largefile opengl" +DISTRO_FEATURES_append = " largefile opengl opengles2 egl" PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%"