From eefae9eca5b50617c94e2803eb7a7e7b6026be7a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Jun 2014 12:44:48 -0500 Subject: open-ocd: remove conflicting option libusb is a recommended dep, and generates a "without-libusb" option. Fixes #30187. --- Library/Formula/open-ocd.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb index 8212b80bc..5ad20b891 100644 --- a/Library/Formula/open-ocd.rb +++ b/Library/Formula/open-ocd.rb @@ -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 -- cgit v1.2.3