From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice
Date: Wed, 13 Sep 2017 22:46:47 +0200 [thread overview]
Message-ID: <20170913204647.1660-1-Martin.Jansa@gmail.com> (raw)
* 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
next reply other threads:[~2017-09-13 20:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 20:46 Martin Jansa [this message]
2017-09-13 20:48 ` [RFC][PATCH] WIP: qemu: enable sdl2 virglrenderer gtk+ spice Martin Jansa
2017-09-13 21:05 ` Martin Jansa
2017-09-13 21:00 ` ✗ patchtest: failure for " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170913204647.1660-1-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.