QEMU dependency list growth #6231
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's because of Homebrew/homebrew-core#226935. That enabled SPICE support in |
Beta Was this translation helpful? Give feedback.
-
With In the PR that enabled spice support, @carlocab did raise concern about the increased number of dependencies, and @AkihiroSuda made a suggestion around having two formulae for minimal and maximal versions of Qemu. The concern around dependency growth is certainly valid, and I'm not familiar enough with the ins and outs of Homebrew to know what the best path forward is. My own motivations for adding I would say, though, that Spice does bring a lot to the table, insofar as it increases Qemu's utility and usefulness. It adds a lot to the dependency graph, sure, but it also comes with a comparable value-add. |
Beta Was this translation helpful? Give feedback.
With
--enable-spice
and thespice-server
dependency, yes, I believe that is the new expected state.In the PR that enabled spice support, @carlocab did raise concern about the increased number of dependencies, and @AkihiroSuda made a suggestion around having two formulae for minimal and maximal versions of Qemu. The concern around dependency growth is certainly valid, and I'm not familiar enough with the ins and outs of Homebrew to know what the be…