aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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",