diff options
| author | Adam Vandenberg | 2013-09-11 21:18:32 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-11 21:18:32 -0700 |
| commit | a634b70e24d7eb33295e1d0051436fa391e3b19c (patch) | |
| tree | 9e5b764f2a0585e26194cadbbbac6d63e2ffc856 /Library | |
| parent | 582083e70098e25649c798117af2ccedd5388eb3 (diff) | |
| download | homebrew-a634b70e24d7eb33295e1d0051436fa391e3b19c.tar.bz2 | |
libftdi: add missing pkg-config dependency
Boost is also an optional dependency
Closes #22311.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libftdi.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libftdi.rb b/Library/Formula/libftdi.rb index 0dd55eb79..f8f8c34eb 100644 --- a/Library/Formula/libftdi.rb +++ b/Library/Formula/libftdi.rb @@ -6,7 +6,9 @@ class Libftdi < Formula sha1 '5be76cfd7cd36c5291054638f7caf4137303386f' depends_on 'cmake' => :build + depends_on 'pkg-config' => :build depends_on 'libusb' + depends_on 'boost' => :optional def install mkdir 'libftdi-build' do |
