diff options
| author | Adam Vandenberg | 2010-11-02 16:07:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-02 16:07:45 -0700 |
| commit | dde4018e4344e99161e809f8c3083224c0f0c33e (patch) | |
| tree | 7ab44c28e80b8821cb5c464d3aa5a331b8cb9ce4 /Library/Formula | |
| parent | e5322bce208fdc429824f9c7a29a7766ad062b36 (diff) | |
| download | homebrew-dde4018e4344e99161e809f8c3083224c0f0c33e.tar.bz2 | |
qemu - add missing deps
Fixes #3046
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 3 |
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", |
