Qt4OpenGL: Enable libopengl for platform emenlow and mpc8315e-rdb

LSB Test Suite need library libQtOpenGL.*, so I add them to yocto. It is a part of the solution for bug [YOCTO #1020]
After Intel enable this configuration for x86-64 hardware, [YOCTO #1020] can be closed.

[sgw: updated version based on update from oe-core]
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Xiaofeng Yan 2011-05-12 17:23:15 +08:00 committed by Saul Wold
parent 65e5ebc1d2
commit 31a763d7bd
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +0,0 @@
QT_GLFLAGS_atom-pc = "-opengl"

View File

@ -0,0 +1,3 @@
QT_GLFLAGS_atom-pc = "-opengl"
QT_GLFLAGS_mpc8315e-rdb = "-opengl"
QT_GLFLAGS_emenlow = "-opengl"