All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice
@ 2017-09-13 20:46 Martin Jansa
  2017-09-13 20:48 ` Martin Jansa
  2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2017-09-13 20:46 UTC (permalink / raw)
  To: openembedded-core

* this is only for test
* it should be enabled in some distro layer which prefers extra
  native dependencies for virglrenderer and enables meta-pyton
  for spice
* cannot enable gtk+ for native builds, because there is no gtk+3-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index e0b8647e88..ddf4c63edd 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -75,10 +75,10 @@ do_install_append() {
 # END of qemu-mips workaround
 
 PACKAGECONFIG ??= " \
-	fdt sdl kvm \
+	fdt sdl sdl2 virglrenderer kvm \
 	${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \
 	"
-PACKAGECONFIG_class-native ??= "fdt alsa kvm"
+PACKAGECONFIG_class-native ??= "fdt alsa kvm sdl sdl2 virglrenderer"
 PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm"
 
 # Handle distros such as CentOS 5 32-bit that do not have kvm support
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-13 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 20:46 [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice Martin Jansa
2017-09-13 20:48 ` Martin Jansa
2017-09-13 21:05   ` Martin Jansa
2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.