aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-02 16:07:45 -0700
committerAdam Vandenberg2010-11-02 16:07:45 -0700
commitdde4018e4344e99161e809f8c3083224c0f0c33e (patch)
tree7ab44c28e80b8821cb5c464d3aa5a331b8cb9ce4 /Library/Formula
parente5322bce208fdc429824f9c7a29a7766ad062b36 (diff)
downloadhomebrew-dde4018e4344e99161e809f8c3083224c0f0c33e.tar.bz2
qemu - add missing deps
Fixes #3046
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qemu.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index 617db0e85..8563ff452 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -5,6 +5,9 @@ class Qemu <Formula
homepage 'http://www.qemu.org/'
md5 '397a0d665da8ba9d3b9583629f3d6421'
+ depends_on 'jpeg'
+ depends_on 'gnutls'
+
def install
system "./configure", "--prefix=#{prefix}",
"--disable-darwin-user",