Mesa: Constrain compatible LLVM version (#30102)
Base on release date, not actual compatibility, because LLVM version compatibility is not documented clearly in Mesa for upper version limits.
This commit is contained in:
parent
eb51591b02
commit
8250235207
@ -98,6 +98,7 @@ class Mesa(MesonPackage):
|
||||
|
||||
# Variant dependencies
|
||||
depends_on('libllvm@6:', when='+llvm')
|
||||
depends_on('libllvm@:13', when='@:21 +llvm')
|
||||
depends_on('libx11', when='+glx')
|
||||
depends_on('libxcb', when='+glx')
|
||||
depends_on('libxext', when='+glx')
|
||||
|
Loading…
Reference in New Issue
Block a user