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:25:58 +0100 |
commit | cc6763b81fafddcb112a6126373c594e3ec4b140 (patch) | |
tree | a97b49c07dd9af87303f68072d5a8d6a39fb9fd4 /meta/recipes-qt | |
parent | f4f4efbf3f0b19fdb05ddf48ab48b4f42109a289 (diff) | |
download | openembedded-core-cc6763b81fafddcb112a6126373c594e3ec4b140.tar.gz openembedded-core-cc6763b81fafddcb112a6126373c594e3ec4b140.tar.bz2 openembedded-core-cc6763b81fafddcb112a6126373c594e3ec4b140.tar.xz openembedded-core-cc6763b81fafddcb112a6126373c594e3ec4b140.zip |
qemuppc: add libqtopengl4 for ppc
Modify some configs for ppc to enable the libqtopengl4 support.
This fixes [YOCTO #848]
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-qt')
-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 057a129ec..306adb9d2 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" QT_GLFLAGS_qemux86 = "-opengl" QT_GLFLAGS_emenlow = "-opengl" QT_GLFLAGS_atom-pc = "-opengl" +QT_GLFLAGS_qemuppc = "-opengl" QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" QT_BASE_NAME ?= "qt4" QT_BASE_LIB ?= "libqt" |