enable io-uring support in QEMU builds
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
db687e3cac
commit
403f23a0c3
1
debian/control
vendored
1
debian/control
vendored
@ -27,6 +27,7 @@ Build-Depends: autotools-dev,
|
||||
libspice-protocol-dev (>= 0.12.14~),
|
||||
libspice-server-dev (>= 0.14.0~),
|
||||
libsystemd-dev,
|
||||
liburing-dev,
|
||||
libusb-1.0-0-dev (>= 1.0.17-1),
|
||||
libusbredirparser-dev (>= 0.6-2),
|
||||
meson,
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -69,6 +69,7 @@ ${BUILDDIR}/config.status: configure
|
||||
--enable-libiscsi \
|
||||
--enable-libusb \
|
||||
--enable-linux-aio \
|
||||
--enable-linux-io-uring \
|
||||
--enable-numa \
|
||||
--enable-rbd \
|
||||
--enable-seccomp \
|
||||
|
Loading…
Reference in New Issue
Block a user