[packages/qemu] do not Require: SDL when built without dsl
jajcus
jajcus at pld-linux.org
Thu Apr 10 20:22:10 CEST 2014
commit 5710db8f0495087a0e40c190e1e02e7c8f22de50
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Thu Apr 10 20:21:52 2014 +0200
do not Require: SDL when built without dsl
qemu.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/qemu.spec b/qemu.spec
index 3437652..42c9de7 100644
--- 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 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/5710db8f0495087a0e40c190e1e02e7c8f22de50
More information about the pld-cvs-commit
mailing list