]> git.pld-linux.org Git - packages/qemu.git/commitdiff
do not Require: SDL when built without dsl
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 10 Apr 2014 18:21:52 +0000 (20:21 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 10 Apr 2014 18:21:52 +0000 (20:21 +0200)
qemu.spec

index 3437652abb601de4545748679b28d4a1ed7a3550..42c9de76dbc34c88641cd0dc79464d291f66cabc 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -135,7 +135,9 @@ Obsoletes:  qemu-kvm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        systempkg_req \
+%if %{with sdl} \
 Requires:      SDL >= 1.2.1 \
+%endif \
 %if %{with usbredir} \
 Requires:      usbredir >= 0.6 \
 %endif \
This page took 0.076466 seconds and 4 git commands to generate.