summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/qemuppc.conf2
-rw-r--r--meta/recipes-extended/tasks/task-poky-lsb.bb3
-rw-r--r--meta/recipes-qt/qt4/qt4-x11-free.inc1
3 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 83d0841159..bfbcc7f1aa 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -4,6 +4,8 @@
4 4
5TARGET_ARCH = "powerpc" 5TARGET_ARCH = "powerpc"
6 6
7PREFERRED_PROVIDER_virtual/libgl = "mesa-xlib"
8
7require conf/machine/include/qemu.inc 9require conf/machine/include/qemu.inc
8require conf/machine/include/tune-ppc603e.inc 10require conf/machine/include/tune-ppc603e.inc
9 11
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb
index 7b3c41a85c..6fea613cc0 100644
--- a/meta/recipes-extended/tasks/task-poky-lsb.bb
+++ b/meta/recipes-extended/tasks/task-poky-lsb.bb
@@ -172,6 +172,9 @@ RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\
172RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\ 172RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\
173 libqtopengl4 \ 173 libqtopengl4 \
174" 174"
175RDEPENDS_task-poky-lsb-graphic-add_qemuppc = "\
176 libqtopengl4 \
177"
175 178
176# mesa-dri 179# mesa-dri
177 180
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"
12QT_GLFLAGS_qemux86 = "-opengl" 12QT_GLFLAGS_qemux86 = "-opengl"
13QT_GLFLAGS_emenlow = "-opengl" 13QT_GLFLAGS_emenlow = "-opengl"
14QT_GLFLAGS_atom-pc = "-opengl" 14QT_GLFLAGS_atom-pc = "-opengl"
15QT_GLFLAGS_qemuppc = "-opengl"
15QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" 16QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}"
16QT_BASE_NAME ?= "qt4" 17QT_BASE_NAME ?= "qt4"
17QT_BASE_LIB ?= "libqt" 18QT_BASE_LIB ?= "libqt"