qt-base: depends_on cmake@3.21: when ~shared or platform=darwin (#43576)

This commit is contained in:
Wouter Deconinck 2024-04-11 05:29:15 -05:00 committed by GitHub
parent 1fe8e63481
commit 1536e3d422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,6 +133,8 @@ class QtBase(QtPackage):
variant("widgets", default=True, when="+gui", description="Build with widgets.")
# Dependencies, then variant- and version-specific dependencies
depends_on("cmake@3.21:", type="build", when="~shared")
depends_on("cmake@3.21:", type="build", when="platform=darwin")
depends_on("double-conversion")
depends_on("icu4c")
depends_on("libxml2")