From: Thomas Lamprecht Date: Mon, 17 Jun 2019 13:42:35 +0000 (+0200) Subject: debian/rules: disable building with SDL integration X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b70222791a0e258965fb0cb3a00a505df8719101;p=pve-qemu.git 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 --- 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 \