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 <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jiajun Xu 2011-08-16 14:59:59 +08:00 committed by Richard Purdie
parent 0671cf3b68
commit 354bd05ee6
1 changed files with 1 additions and 1 deletions

View File

@ -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%"