mesa: add conflict with llvm@13 (#28870)

Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
Manuela Kuhn 2022-03-01 11:10:58 +01:00 committed by GitHub
parent b20df12d09
commit a155975b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,9 @@ class Mesa(MesonPackage):
# OpenGL ES requires OpenGL
conflicts('~opengl +opengles')
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/5455
conflicts('llvm@13.0.0:', when='@:21.3.1 +llvm')
# requires native to be added to llvm_modules when using gallium swrast
patch('https://cgit.freedesktop.org/mesa/mesa/patch/meson.build?id=054dd668a69acc70d47c73abe4646e96a1f23577', sha256='36096a178070e40217945e12d542dfe80016cb897284a01114d616656c577d73', when='@21.0.0:21.0.3')