open-ocd: remove conflicting option
libusb is a recommended dep, and generates a "without-libusb" option. Fixes Homebrew/homebrew#30187.
This commit is contained in:
parent
c5e6813ace
commit
aa86792ddd
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class OpenOcd < Formula
|
|||
|
||||
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 'with-libusb', 'Enable building support for all other USB adapters'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libusb' => :recommended
|
||||
|
|
Loading…
Reference in a new issue