Add spice-gtk dep to virt-manager
This commit is contained in:
parent
a2880e6be1
commit
741cb86d38
|
@ -12,9 +12,3 @@ Also included is a work-in-progress formula for virt-manager.
|
|||
brew install virt-manager
|
||||
|
||||
Note: SSH passwords for connecting to remote URIs are not prompted unless --debug or --no-fork is used to start virt-manager.
|
||||
|
||||
# Todo
|
||||
|
||||
* Get vnc console working: need formulas for dependencies gtk-vnc and spice-gtk3.
|
||||
* Extend formula to support brewing virt-manager with system python.
|
||||
* When available, update url for libvirt-python to pypi.python.org.
|
||||
|
|
|
@ -17,9 +17,9 @@ class VirtManager < Formula
|
|||
depends_on :x11
|
||||
depends_on "libosinfo"
|
||||
|
||||
# TODO: audio
|
||||
depends_on "gtk-vnc"
|
||||
# TODO: need spice-gtk for console
|
||||
#depends_on "spice-gtk3"
|
||||
depends_on "spice-gtk"
|
||||
|
||||
depends_on "libvirt"
|
||||
depends_on "hicolor-icon-theme"
|
||||
|
|
Loading…
Reference in a new issue