From 354bd05ee6139e821ec58d99b46dcaa868c911b9 Mon Sep 17 00:00:00 2001 From: Jiajun Xu Date: Tue, 16 Aug 2011 14:59:59 +0800 Subject: poky.conf: add flag opengl into DISTRO_FEATURES 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 88b8adf06f..c65cbc47fd 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%" -- cgit v1.2.3-54-g00ecf