diff options
| author | Jack Nagel | 2014-10-23 17:26:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-23 17:26:52 -0500 |
| commit | 55af16b4669b0860aa2282682e6be88fc32d9a85 (patch) | |
| tree | fa6ae456ef1ff1fd1617d32b8a66dd88ad22160b /Library/Formula | |
| parent | d436b3d1de331c313959bd18286016da42f0c374 (diff) | |
| download | homebrew-55af16b4669b0860aa2282682e6be88fc32d9a85.tar.bz2 | |
libebur128: add pkg-config dep
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libebur128.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libebur128.rb b/Library/Formula/libebur128.rb index 66c9cfd65..b4955617e 100644 --- a/Library/Formula/libebur128.rb +++ b/Library/Formula/libebur128.rb @@ -14,6 +14,7 @@ class Libebur128 < Formula end depends_on "cmake" => :build + depends_on "pkg-config" => :build depends_on "speex" => :recommended def install |
