We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a6e7f commit af6af4dCopy full SHA for af6af4d
packages/artdaq-mfextensions/package.py
@@ -77,7 +77,7 @@ def url_for_version(self, version):
77
)
78
79
depends_on("cetmodules@3.26.00:", type="build")
80
- depends_on("qt@5.15:")
+ depends_on("qt@5.15:+gui")
81
depends_on("librdkafka", when="+kafka")
82
depends_on("curl", when="+curl")
83
0 commit comments