From cae1481de53f97f36a656897bfa48f96c716116b Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 11 May 2020 18:59:02 +0200 Subject: [PATCH] - unified opengl bcond name --- qemu.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu.spec b/qemu.spec index 5885035..dd4b717 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without sdl # SDL UI and audio support -%bcond_without gl # Don't require gl deps +%bcond_without opengl # Don't require GL deps %bcond_without ceph # Ceph/RBD support %bcond_without glusterfs # GlusterFS backend %bcond_without rdma # RDMA-based migration support @@ -62,8 +62,8 @@ Patch3: %{name}-xattr.patch Patch4: libjpeg-boolean.patch Patch5: x32.patch URL: http://www.qemu-project.org/ -%{?with_gl:BuildRequires: OpenGL-GLX-devel} -%{?with_gl:BuildRequires: OpenGL-devel} +%{?with_opengl:BuildRequires: OpenGL-GLX-devel} +%{?with_opengl:BuildRequires: OpenGL-devel} %{?with_sdl:BuildRequires: SDL2-devel >= 2.0} BuildRequires: alsa-lib-devel BuildRequires: bcc >= 0.16.21-2 @@ -81,7 +81,7 @@ BuildRequires: libaio-devel %{?with_smartcard:BuildRequires: libcacard-devel} BuildRequires: libcap-devel BuildRequires: libcap-ng-devel -%{?with_gl:BuildRequires: libepoxy-devel} +%{?with_opengl:BuildRequires: libepoxy-devel} BuildRequires: libfdt-devel >= 1.4.2 %{?with_rdma:BuildRequires: libibverbs-devel} %{?with_iscsi:BuildRequires: libiscsi-devel >= 1.9.0} -- 2.44.0