qemu formula missing spice #5266
-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You need to add a dependency on |
Beta Was this translation helpful? Give feedback.
-
Thank you, I have added |
Beta Was this translation helpful? Give feedback.
You need to add a dependency on
spice-server
toqemu
too (which requiresspice-server.rb
to be placed in the tap). Homebrew's compiler shims remove-I
flags referencing paths from undeclared dependencies. You can see that by inspecting the compiler shims' logs (at~/.cache/Homebrew/Logs/qemu
on Linux by default; check the.cc
files).