Skip to content

Commit 3ec5265

Browse files
committed
Added missing dependencies
- libtool - automake
1 parent efd073e commit 3ec5265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/osx/homebrew/libusb-freenect.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ class LibusbFreenect <Formula
55
homepage 'http://www.libusb.org/'
66
version "7da756e09fd97efad2b3"
77
md5 ''
8+
9+
depends_on 'libtool'
10+
depends_on 'automake'
11+
812
def patches
913
# patches libusb to work with libfreenect
1014
"https://github.com/OpenKinect/libfreenect/raw/master/platform/osx/libusb-osx-kinect.diff"

0 commit comments

Comments
 (0)