qt package: versions @:5.13 don't build with gcc@11: (#26922)

This commit is contained in:
Seth R. Johnson 2021-10-25 21:20:54 -04:00 committed by GitHub
parent 1d53810d77
commit bdcbc4cefe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,6 +143,7 @@ class Qt(Package):
working_dir='qtwebsockets', working_dir='qtwebsockets',
when='@5.14: %gcc@11:') when='@5.14: %gcc@11:')
conflicts('%gcc@10:', when='@5.9:5.12.6 +opengl') conflicts('%gcc@10:', when='@5.9:5.12.6 +opengl')
conflicts('%gcc@11:', when='@5.9:5.13')
# Build-only dependencies # Build-only dependencies
depends_on("pkgconfig", type='build') depends_on("pkgconfig", type='build')