Skip to content

Commit

Permalink
Added missing dependencies
Browse files Browse the repository at this point in the history
- libtool
- automake
  • Loading branch information
citelao committed Jun 8, 2012
1 parent efd073e commit 3ec5265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/osx/homebrew/libusb-freenect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ class LibusbFreenect <Formula
homepage 'http://www.libusb.org/'
version "7da756e09fd97efad2b3"
md5 ''

depends_on 'libtool'
depends_on 'automake'

def patches
# patches libusb to work with libfreenect
"https://github.com/OpenKinect/libfreenect/raw/master/platform/osx/libusb-osx-kinect.diff"
Expand Down

0 comments on commit 3ec5265

Please sign in to comment.