From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] qemu: Build without support for SDL.
Date: Sat, 02 Jul 2022 17:01:25 +0200 [thread overview]
Message-ID: <20220702150127.2932-1-stefan.schantl@ipfire.org> (raw)
[-- 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
next reply other threads:[~2022-07-02 15:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-02 15:01 Stefan Schantl [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220702150127.2932-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox