]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- bumped xen dependency to most featured version
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Jun 2020 04:35:42 +0000 (06:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Jun 2020 04:35:42 +0000 (06:35 +0200)
qemu.spec

index 0b41fd026e2f75e25c2646804e9e405531b72837..771383150f2b26bb6e912b68b2c40e3c35832e19 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,6 +1,5 @@
 # TODO:
-# libpmem (x86_64 only?)
-# plugins?
+# plugins? (probes)
 #
 # Conditional build:
 %bcond_without sdl             # SDL UI and audio support
@@ -151,8 +150,9 @@ BuildRequires:      vde2-devel
 BuildRequires: which
 %{?with_virgl:BuildRequires:   virglrenderer-devel}
 %{?with_vte:BuildRequires:     vte-devel >= 0.32.0}
-# xencontrol xenstore xenguest xenforeignmemory xengnttab xenevtchn xendevicemodel [xentoolcore for xen 4.10+]
-%{?with_xen:BuildRequires:     xen-devel >= 4.2}
+# xencontrol xenstore xenguest xenforeignmemory xengnttab xenevtchn xendevicemodel; xentoolcore for xen 4.10+
+# min version is 4.2, more features up to 4.10
+%{?with_xen:BuildRequires:     xen-devel >= 4.10}
 BuildRequires: xfsprogs-devel
 %{?with_xkbcommon:BuildRequires:       xorg-lib-libxkbcommon-devel}
 BuildRequires: xorg-lib-libX11-devel
This page took 0.036036 seconds and 4 git commands to generate.