[poky] [PATCH 1/1] poky.conf: add flag opengl into DISTRO_FEATURES
Jiajun Xu
jiajun.xu at intel.com
Mon Aug 15 23:59:59 PDT 2011
libsdl will check if opengl is set in DISTRO_FEATURES, then enable
openGL option during do_configure. It is required for 3D game testing.
Fix [YOCTO #883]
Signed-off-by: Jiajun Xu <jiajun.xu at intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 88b8adf..c65cbc4 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"
+DISTRO_FEATURES_append = " largefile opengl"
PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
--
1.7.1
More information about the poky
mailing list