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:
kwryankrattiger
2022-04-27 13:03:02 -05:00
committed by GitHub
parent eb51591b02
commit 8250235207

View File

@@ -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')