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:
Jack Nagel 2014-06-16 12:44:48 -05:00
parent c5e6813ace
commit aa86792ddd

View file

@ -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