qt: mark conflict between older versions and with newer xcode (#29122)

This commit is contained in:
Seth R. Johnson
2022-02-22 08:15:15 -05:00
committed by GitHub
parent e6521e7379
commit 2941afe9e0

View File

@@ -154,6 +154,7 @@ class Qt(Package):
conflicts('%gcc@10:', when='@5.9:5.12.6 +opengl')
conflicts('%gcc@11:', when='@5.8')
conflicts('%apple-clang@13:', when='@:5.13')
# Build-only dependencies
depends_on("pkgconfig", type='build')