From 571ceedcd55608224148b3f752dc613c6b5529d9 Mon Sep 17 00:00:00 2001 From: Bryant Date: Sun, 16 Feb 2014 10:05:14 -0800 Subject: [PATCH] Build: Remove libfreenect that was accidently re-added in previous merge. (originally removed in 436d0f78bc321fcadbb6691c7b7e1746cabcfa26) --- QGCExternalLibs.pri | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index e701b9878..004d42801 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -337,30 +337,6 @@ LinuxBuild : contains(MAVLINK_DIALECT, pixhawk) { message("Skipping support for Protocol Buffers (unsupported platform)") } -# -# [OPTIONAL] Kinect support using libfreenect on POSIX systems. -# -contains(DEFINES, DISABLE_KINECT) { - message("Skipping support for the Kinect (manual override from command line)") - DEFINES -= DISABLE_KINECT -# Otherwise the user can still disable this feature in the user_config.pri file. -} else:infile(user_config.pri, DEFINES, DISABLE_KINECT) { - message("Skipping support for the Kinext (manual override from user_config.pri)") -} else:MacBuild | LinuxBuild { - exists(/opt/local/include/libfreenect) | exists(/usr/local/include/libfreenect) { - message("Including support for the Kinect") - - DEFINES += QGC_LIBFREENECT_ENABLED - LIBS += -lfreenect - HEADERS += src/input/Freenect.h - SOURCES += src/input/Freenect.cc - } else { - warning("Skipping support for the Kinect (missing libraries, see README)") - } -} else { - message("Skipping support for the Kinect (unsupported platform)") -} - # # [REQUIRED] EIGEN matrix library # NOMINMAX constant required to make internal min/max work. -- 2.22.0