[poky] [PATCH 1/1] qt4: Enable qt4 opengl for ppc

Tom Rini tom_rini at mentor.com
Wed May 4 12:55:42 PDT 2011


On 05/04/2011 04:00 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
> 
> Fix [# 1020]
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
> ---
>  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 ba08dc8..a711288 100644
> --- a/meta/recipes-qt/qt4/qt4-x11-free.inc
> +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
> @@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl"
>  QT_GLFLAGS_emenlow = "-opengl"
>  QT_GLFLAGS_atom-pc = "-opengl"
>  QT_GLFLAGS_qemuppc = "-opengl"
> +QT_GLFLAGS_mpc8315e-rdb = "-opengl"
>  QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
>  QT_BASE_NAME ?= "qt4"
>  QT_BASE_LIB  ?= "libqt"

Can we use more generic overrides here?  Otherwise we'll just fail on
the next powerpc board.

-- 
Tom Rini
Mentor Graphics Corporation



More information about the poky mailing list