public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] qemu: Build without support for SDL.
@ 2022-07-02 15:01 Stefan Schantl
  2022-07-02 15:01 ` [PATCH 2/3] pango: Do not link against X11 libs anymore Stefan Schantl
  2022-07-02 15:01 ` [PATCH 3/3] Cleanup: Remove various for packages for X11, gtk3 and gnome Stefan Schantl
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2022-07-02 15:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 qemu/qemu.nm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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(a)-Wl,-rpath,%{libdir}@@g" -i config-host.mak
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-02 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02 15:01 [PATCH 1/3] qemu: Build without support for SDL Stefan Schantl
2022-07-02 15:01 ` [PATCH 2/3] pango: Do not link against X11 libs anymore Stefan Schantl
2022-07-02 15:01 ` [PATCH 3/3] Cleanup: Remove various for packages for X11, gtk3 and gnome Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox