Disable vtk for now - rhbz#45140228

This commit is contained in:
Nicolas Chauvet 2020-05-29 15:29:49 +02:00
parent b0c14a21fb
commit 99add5aa1c
1 changed files with 4 additions and 4 deletions

View File

@ -31,12 +31,12 @@
%bcond_with atlas %bcond_with atlas
%bcond_without openblas %bcond_without openblas
%bcond_without gdcm %bcond_without gdcm
%if 0%{?fedora} > 29 #if 0%{?fedora} > 29
%bcond_without vtk #bcond_without vtk
%else #else
#VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4 in <= F29 #VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4 in <= F29
%bcond_with vtk %bcond_with vtk
%endif #endif
%ifarch x86_64 %ifarch x86_64
%bcond_without libmfx %bcond_without libmfx