]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
don't require OpenEXR when building wihtout exr
authorJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 08:53:57 +0000 (10:53 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 08:53:57 +0000 (10:53 +0200)
ImageMagick.spec

index 20350edf37d8a8711c377ad7c24e1296e61a3ac8..f08da8afcfb070b03615079294c4cd5e74eab15e 100644 (file)
@@ -50,7 +50,7 @@ Patch4:               %{name}-lt.patch
 Patch5:                %{name}-OpenCL.patch
 URL:           http://www.imagemagick.org/
 %{?with_opencl:BuildRequires:  OpenCL-devel}
-BuildRequires: OpenEXR-devel >= 1.0.6
+%{?with_exr:BuildRequires:     OpenEXR-devel >= 1.0.6}
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.12
 %{?with_autotrace:BuildRequires:       autotrace-devel >= 0.31.1}
This page took 0.061413 seconds and 4 git commands to generate.