diff options
| author | Jack Nagel | 2013-09-04 16:15:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-04 16:20:29 -0500 |
| commit | d9939b35b18a669a07960a84f52da3496f888046 (patch) | |
| tree | 2e8573527af5760e92301bd3875fb3876830acb8 /Library | |
| parent | 179ec3ee70949a3b40c3be13faad5637ac6d2a57 (diff) | |
| download | homebrew-d9939b35b18a669a07960a84f52da3496f888046.tar.bz2 | |
open-ocd: depend on libftdi0
Fixes #22313.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/open-ocd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index 4ba68b4e7..3e8794406 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -9,7 +9,7 @@ class OpenOcd < Formula option 'enable-ft2232_ftd2xx', 'Enable building support for FT2232 based devices with FTD2XX driver' depends_on 'libusb-compat' - depends_on 'libftdi' if build.include? 'enable-ft2232_libftdi' + depends_on 'libftdi0' if build.include? 'enable-ft2232_libftdi' def install # default options that don't imply additional dependencies |
