[1/3] qemu: Build without support for SDL.

Message ID 20220702150127.2932-1-stefan.schantl@ipfire.org
State Accepted
Commit d6e9b7d05ad117814cb03309cfc9c580e4762d42
Headers
Series [1/3] qemu: Build without support for SDL. |

Commit Message

Stefan Schantl July 2, 2022, 3:01 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 qemu/qemu.nm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/qemu/qemu.nm b/qemu/qemu.nm
index c80c70d44..e16afe021 100644
--- a/qemu/qemu.nm
+++ b/qemu/qemu.nm
@@ -5,7 +5,7 @@ 
 
 name       = qemu
 version    = 3.1.0
-release    = 1
+release    = 2
 
 groups     = Applications/Virtualization
 url        = http://www.qemu.org
@@ -23,7 +23,6 @@  sources    = %{thisapp}.tar.xz
 
 build
 	requires
-		SDL-devel
 		autoconf
 		automake
 		bison
@@ -78,7 +77,8 @@  build
 		--enable-vnc \
 		--enable-vnc-jpeg \
 		--enable-vnc-png \
-		--disable-xen
+		--disable-xen \
+		--disable-sdl
 
 	configure_cmds
 		sed -e "s@-Wl,-rpath,%{libdir}@@g" -i config-host.mak