Skip to content

Commit

Permalink
libftdi: add missing pkg-config dependency
Browse files Browse the repository at this point in the history
Boost is also an optional dependency

Closes Homebrew/legacy-homebrew#22311.
  • Loading branch information
adamv committed Sep 12, 2013
1 parent a56df47 commit 507f996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/libftdi.rb
Expand Up @@ -6,7 +6,9 @@ class Libftdi < Formula
sha1 '5be76cfd7cd36c5291054638f7caf4137303386f'

depends_on 'cmake' => :build
depends_on 'pkg-config' => :build
depends_on 'libusb'
depends_on 'boost' => :optional

def install
mkdir 'libftdi-build' do
Expand Down

0 comments on commit 507f996

Please sign in to comment.