vtk: modify conflict between osmesa and qt (#26752)
This commit is contained in:
parent
41d375f6a4
commit
ea453db674
1 changed files with 2 additions and 3 deletions
|
@ -50,9 +50,8 @@ class Vtk(CMakePackage):
|
|||
patch('https://gitlab.kitware.com/vtk/vtk/-/commit/e066c3f4fbbfe7470c6207db0fc3f3952db633c.diff',
|
||||
when="@9:", sha256='0546696bd02f3a99fccb9b7c49533377bf8179df16d901cefe5abf251173716d')
|
||||
|
||||
# At the moment, we cannot build with both osmesa and qt, but as of
|
||||
# VTK 8.1, that should change
|
||||
conflicts('+osmesa', when='+qt')
|
||||
# We cannot build with both osmesa and qt prior to VTK 8.1
|
||||
conflicts('+osmesa', when='@:8.0 +qt')
|
||||
|
||||
extends('python', when='+python')
|
||||
|
||||
|
|
Loading…
Reference in a new issue