forked from OpenKinect/libfreenect
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian/patches - correct-libusb-path.patch - "reintroduced" to fix a …
…single left-out versioned include of libusb.h . Should resolve FTBFS on kfreeebsd (Closes: #728483)
- Loading branch information
1 parent
e807b12
commit 1645521
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/wrappers/cpp/libfreenect.hpp | ||
+++ b/wrappers/cpp/libfreenect.hpp | ||
@@ -31,7 +31,7 @@ | ||
#include <sstream> | ||
#include <map> | ||
#include <pthread.h> | ||
-#include <libusb-1.0/libusb.h> | ||
+#include <libusb.h> | ||
|
||
namespace Freenect { | ||
class Noncopyable { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters