diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2011-08-16 14:59:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:49:11 +0100 |
commit | 354bd05ee6139e821ec58d99b46dcaa868c911b9 (patch) | |
tree | d6486f9e38620eb8bb1cbd5da0b03069d9c418ed | |
parent | 0671cf3b686d5b7ba3cb1af6f5a81fce4dde89c2 (diff) | |
download | poky-354bd05ee6139e821ec58d99b46dcaa868c911b9.tar.gz |
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>
-rw-r--r-- | 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 88b8adf06f..c65cbc47fd 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -10,7 +10,7 @@ TARGET_VENDOR = "-poky" | |||
10 | 10 | ||
11 | LOCALCONF_VERSION = "1" | 11 | LOCALCONF_VERSION = "1" |
12 | 12 | ||
13 | DISTRO_FEATURES_append = " largefile" | 13 | DISTRO_FEATURES_append = " largefile opengl" |
14 | 14 | ||
15 | PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%" | 15 | PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%" |
16 | 16 | ||