aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-10 00:28:16 -0600
committerJack Nagel2013-02-10 00:28:16 -0600
commitdf96cbd055e519ea126af8ccebb81c5d8ed9e1ed (patch)
treea53b7c794784c9c229d3782b53f95288af25c914 /Library
parent9312457618435df9c2f11c303090266e6506c370 (diff)
downloadhomebrew-df96cbd055e519ea126af8ccebb81c5d8ed9e1ed.tar.bz2
qemu: depends on pkg-config
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qemu.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index 9a4d268f1..e1d0e3f49 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -7,6 +7,7 @@ class Qemu < Formula
head 'git://git.qemu-project.org/qemu.git', :using => :git
+ depends_on 'pkg-config' => :build
depends_on 'jpeg'
depends_on 'gnutls'
depends_on 'glib'