Drop the ImageMagick build requirement on ELN/RHEL
No ImageMagick available on RHEL 8+
This commit is contained in:
parent
171d221430
commit
c4148f5979
@ -70,7 +70,10 @@ BuildRequires: xorg-x11-server-Xvfb
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
BuildRequires: ghostscript
|
||||
# No ImageMagick for EL8/ELN/EL9
|
||||
%if ! 0%{?rhel} >= 8
|
||||
BuildRequires: ImageMagick
|
||||
%endif
|
||||
%ifnarch s390x
|
||||
BuildRequires: inkscape
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user