From b70222791a0e258965fb0cb3a00a505df8719101 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 17 Jun 2019 15:42:35 +0200 Subject: [PATCH] debian/rules: disable building with SDL integration This was added once by accident, we do not really need it for Proxmox VE, it could bring some value for testing but here one can build qemu oneself too. Signed-off-by: Thomas Lamprecht --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7e12857..1c0ddb5 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,7 @@ config.status: configure --disable-guest-agent-msi \ --disable-libnfs \ --disable-libxml2 \ + --disable-sdl \ --disable-smartcard \ --disable-strip \ --disable-xen \ @@ -60,7 +61,6 @@ config.status: configure --enable-linux-aio \ --enable-numa \ --enable-rbd \ - --enable-sdl \ --enable-seccomp \ --enable-spice \ --enable-usb-redir \ -- 2.39.2