mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
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:
@@ -1,2 +0,0 @@
|
||||
QT_GLFLAGS_atom-pc = "-opengl"
|
||||
|
||||
3
meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
Normal file
3
meta-yocto/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
Normal file
@@ -0,0 +1,3 @@
|
||||
QT_GLFLAGS_atom-pc = "-opengl"
|
||||
QT_GLFLAGS_mpc8315e-rdb = "-opengl"
|
||||
QT_GLFLAGS_emenlow = "-opengl"
|
||||
Reference in New Issue
Block a user