summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,"