Add spice-gtk dep to virt-manager

This commit is contained in:
Jeffrey Wildman 2015-01-16 01:40:03 -05:00
parent a2880e6be1
commit 741cb86d38
2 changed files with 3 additions and 9 deletions

View file

@ -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.

View file

@ -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"