qt: mark conflict between older versions and with newer xcode (#29122)
This commit is contained in:
parent
e6521e7379
commit
2941afe9e0
@ -154,6 +154,7 @@ class Qt(Package):
|
|||||||
|
|
||||||
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.8')
|
conflicts('%gcc@11:', when='@5.8')
|
||||||
|
conflicts('%apple-clang@13:', when='@:5.13')
|
||||||
|
|
||||||
# Build-only dependencies
|
# Build-only dependencies
|
||||||
depends_on("pkgconfig", type='build')
|
depends_on("pkgconfig", type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user