]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- nosdlgui patch added (with bcond)
authorpascalek <pascalek@pld-linux.org>
Thu, 7 Jul 2005 00:36:12 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.29

qemu.spec

index b33baf24e7744cf8b77f6eab72cfc9cbc294bd59..f1f76060dfc7de7490801a2c6c943e6933bb2410 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -5,6 +5,7 @@
 # Conditional build:
 %bcond_with    kqemu                   # with QEMU accelerator module
 %bcond_with    cflags_passing          # with passing rpmcflags to Makefiles
+%bcond_with    nosdlgui                # do not use SDL gui (use X11 instead)
 #
 Summary:       QEMU CPU Emulator
 Summary(pl):   QEMU - emulator procesora
@@ -29,7 +30,9 @@ Patch4:               %{name}-initrd_load_addr.patch
 Patch5:                %{name}-gcc4_x86.patch
 Patch6:                %{name}-gcc4_ppc.patch
 Patch7:                %{name}-parallel.patch
+Patch8:                %{name}-nosdlgui.patch
 URL:           http://fabrice.bellard.free.fr/qemu/
+Requires:      SDL >= 1.2.1
 BuildRequires: SDL-devel >= 1.2.1
 BuildRequires: sed >= 4.0
 %if %{with kqemu}
@@ -84,6 +87,7 @@ aby dzia
 %patch5 -p0
 %patch6 -p1
 %patch7 -p1
+%{?with_nosdlgui:%patch8 -p1}
 
 %{__sed} -i -e 's/sdl_static=yes/sdl_static=no/' configure
 
This page took 0.326778 seconds and 4 git commands to generate.