mesa: Restrict llvm to < 11 (#19393)
This commit is contained in:
@@ -70,7 +70,7 @@ class Mesa(AutotoolsPackage):
|
||||
# provides('egl@1.5', when='+egl')
|
||||
|
||||
# Variant dependencies
|
||||
depends_on('llvm@6:', when='+llvm')
|
||||
depends_on('llvm@6:10', when='+llvm')
|
||||
depends_on('libx11', when='+glx')
|
||||
depends_on('libxcb', when='+glx')
|
||||
depends_on('libxext', when='+glx')
|
||||
|
Reference in New Issue
Block a user