mesa: add gcc 10.1.0 conflict (#22514)

This commit is contained in:
kurtsansom 2021-03-24 16:10:12 -05:00 committed by GitHub
parent 38841ad746
commit 138417174b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,10 @@ class Mesa(MesonPackage):
depends_on('xrandr', when='+glx') depends_on('xrandr', when='+glx')
depends_on('glproto@1.4.14:', when='+glx') depends_on('glproto@1.4.14:', when='+glx')
# version specific issue
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96130
conflicts('%gcc@10.1.0', msg='GCC 10.1.0 has a bug')
# Require at least 1 front-end # Require at least 1 front-end
# TODO: Add egl to this conflict once made available # TODO: Add egl to this conflict once made available
conflicts('~osmesa ~glx') conflicts('~osmesa ~glx')