Skip to content

Commit af6af4d

Browse files
committed
artdaq-mfextensions needs the gui component of qt
1 parent 75a6e7f commit af6af4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artdaq-mfextensions/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def url_for_version(self, version):
7777
)
7878

7979
depends_on("cetmodules@3.26.00:", type="build")
80-
depends_on("qt@5.15:")
80+
depends_on("qt@5.15:+gui")
8181
depends_on("librdkafka", when="+kafka")
8282
depends_on("curl", when="+curl")
8383

0 commit comments

Comments
 (0)