diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/open-ocd.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index 5ad20b891..c7e6d3911 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -14,8 +14,9 @@ class OpenOcd < Formula depends_on "texinfo" => :build end - option 'with-hidapi', 'Enable building support for devices using HIDAPI (CMSIS-DAP)' - option 'with-libftdi', 'Enable building support for libftdi-based drivers (USB-Blaster, ASIX Presto, OpenJTAG)' + option 'without-hidapi', 'Disable building support for devices using HIDAPI (CMSIS-DAP)' + option 'without-libftdi', 'Disable building support for libftdi-based drivers (USB-Blaster, ASIX Presto, OpenJTAG)' + option 'without-libusb', 'Disable building support for all other USB adapters' depends_on 'pkg-config' => :build depends_on 'libusb' => :recommended |
