Skip to content

Commit

Permalink
Merge pull request #291 from citelao/patch-1
Browse files Browse the repository at this point in the history
Added missing dependencies to Brew formulae
  • Loading branch information
qdot committed Sep 5, 2012
2 parents efd073e + 3ec5265 commit 9ab2c20
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 9ab2c20

Please sign in to comment.