diff options
author | Mei Lei <lei.mei@intel.com> | 2011-04-04 17:17:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 17:28:07 +0100 |
commit | 22c7a3a1c4d09eccd7d1276c3bf7499d6f90c758 (patch) | |
tree | ef6bba162f563153496789d91f16a7e3b1d2e05d /meta/recipes-qt/qt4 | |
parent | 6cd207402de1f89ebc67a59c282ae0f535bd8198 (diff) | |
download | poky-22c7a3a1c4d09eccd7d1276c3bf7499d6f90c758.tar.gz |
qemuppc: add libqtopengl4 for ppc
Modify some configs for ppc to enable the libqtopengl4 support.
This fixes [YOCTO #848]
(From OE-Core rev: cc6763b81fafddcb112a6126373c594e3ec4b140)
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 057a129ecf..306adb9d2e 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -12,6 +12,7 @@ QT_GLFLAGS ?= "-no-opengl" | |||
12 | QT_GLFLAGS_qemux86 = "-opengl" | 12 | QT_GLFLAGS_qemux86 = "-opengl" |
13 | QT_GLFLAGS_emenlow = "-opengl" | 13 | QT_GLFLAGS_emenlow = "-opengl" |
14 | QT_GLFLAGS_atom-pc = "-opengl" | 14 | QT_GLFLAGS_atom-pc = "-opengl" |
15 | QT_GLFLAGS_qemuppc = "-opengl" | ||
15 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" | 16 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" |
16 | QT_BASE_NAME ?= "qt4" | 17 | QT_BASE_NAME ?= "qt4" |
17 | QT_BASE_LIB ?= "libqt" | 18 | QT_BASE_LIB ?= "libqt" |