Commit be270e7b authored by pixhawk's avatar pixhawk

added libusb include path to linux configuration

parent 73be7dcf
......@@ -158,8 +158,9 @@ linux-g++ {
}
exists(/usr/local/include/libfreenect) {
message("Building support for libfreenect")
message("Building suplocport for libfreenect")
DEPENDENCIES_PRESENT += libfreenect
INCLUDEPATH += /usr/include/libusb-1.0
# Include libfreenect libraries
LIBS += -lfreenect
DEFINES += QGC_LIBFREENECT_ENABLED
......@@ -229,6 +230,7 @@ linux-g++-64 {
exists(/usr/local/include/libfreenect) {
message("Building support for libfreenect")
DEPENDENCIES_PRESENT += libfreenect
INCLUDEPATH += /usr/include/libusb-1.0
# Include libfreenect libraries
LIBS += -lfreenect
DEFINES += QGC_LIBFREENECT_ENABLED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment