]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- unified opengl bcond name
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:59:02 +0000 (18:59 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:59:02 +0000 (18:59 +0200)
qemu.spec

index 5885035f4990a60c1b75735781052cd25006a7eb..dd4b717e7c454b4788e46f4de97720e75d4db59d 100644 (file)
--- 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}
This page took 0.094787 seconds and 4 git commands to generate.