]> TLD Linux GIT Repositories - packages/qemu.git/blobdiff - qemu.spec
- BR: Mesa-libEGL-devel, without it gtk+3 detection fails
[packages/qemu.git] / qemu.spec
index a9f88494ccfd64d709adf8b5843e8912e5d8bd0f..e061d29d23ac9129e37ef09b536ad8bbf863315c 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 %undefine      with_xen
 %endif
 
+# ceph >= 14.0 no longer support 32-bit archs
+%ifarch %{ix86}
+%undefine      with_ceph
+%endif
+
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
 Version:       4.0.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.xz
@@ -121,6 +126,7 @@ BuildRequires:      xorg-lib-libX11-devel
 BuildRequires: zlib-devel
 %if %{with gtk3}
 BuildRequires: gtk+3-devel >= 3.14.0
+BuildRequires: Mesa-libEGL-devel
 %{?with_vte:BuildRequires:     vte2.90-devel >= 0.32.0}
 %endif
 %if %{with user_static}