summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-24 12:23:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-29 09:41:07 +0100
commit513c21b8fca609dd4e107a758b3dc133599b1745 (patch)
tree9d90e05496c1dee31bee285f8155bb7689ad9cf0 /meta/recipes-devtools/qemu
parentbe3f83029cfcfdd0be3caff635d28ac3b48aa0d1 (diff)
downloadpoky-513c21b8fca609dd4e107a758b3dc133599b1745.tar.gz
qemu: add packageconfigs for fuse and dbus-display
glib-2.0-native is needed to provide gdbus-codegen (From OE-Core rev: 0df2247c7b670401fa9efda0a818fbad30f8f921) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 4311414d4a..82a7b361b1 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -195,6 +195,7 @@ PACKAGECONFIG[virglrenderer] = "--enable-virglrenderer,--disable-virglrenderer,v
195# spice will be in meta-networking layer 195# spice will be in meta-networking layer
196PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice" 196PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice"
197# usbredir will be in meta-networking layer 197# usbredir will be in meta-networking layer
198PACKAGECONFIG[dbus-display] = "--enable-dbus-display,--disable-dbus-display,glib-2.0-native,dbus"
198PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir" 199PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
199PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" 200PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy"
200PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs" 201PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs,glusterfs"
@@ -215,6 +216,7 @@ PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
215PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" 216PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
216PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" 217PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
217PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" 218PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
219PACKAGECONFIG[fuse] = "--enable-fuse --enable-fuse-lseek,--disable-fuse --disable-fuse-lseek,fuse3"
218PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp" 220PACKAGECONFIG[slirp] = "--enable-slirp,--disable-slirp,libslirp"
219PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" 221PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
220PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack," 222PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack,"