aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-23 10:18:04 -0500
committerJack Nagel2014-04-23 10:18:38 -0500
commit0673b928a8e9363d53c1823fe26fe74d682cc1ba (patch)
tree384ed12ab3d24f288f6250eaa863af768bec7f4a /Library
parent2a88224b6d985fbcc936dadae14f86da5ccd951b (diff)
downloadhomebrew-0673b928a8e9363d53c1823fe26fe74d682cc1ba.tar.bz2
open-ocd: hoist pkg-config dep
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/open-ocd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb
index 7affe7983..c14c221b8 100644
--- a/Library/Formula/open-ocd.rb
+++ b/Library/Formula/open-ocd.rb
@@ -13,7 +13,6 @@ class OpenOcd < Formula
depends_on :autoconf
depends_on :automake
depends_on :libtool
- depends_on 'pkg-config' => :build
depends_on 'hidapi' if build.include? 'enable-cmsis-dap'
end
@@ -26,6 +25,7 @@ class OpenOcd < Formula
option 'enable-ft2232_libftdi', 'Enable building support for FT2232 based devices with libftdi driver'
option 'enable-ft2232_ftd2xx', 'Enable building support for FT2232 based devices with FTD2XX driver'
+ depends_on 'pkg-config' => :build
depends_on 'libusb-compat'
depends_on 'libftdi0' if build.include? 'enable-ft2232_libftdi'