From: Debian Multimedia Maintainers Date: Thu, 29 Sep 2016 18:49:48 +0000 (+0000) Subject: change-default-ni-drivers-path X-Git-Tag: archive/raspbian/2.2.0.33+dfsg-8+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e479468b7ac4dfe9fb7030437845719bd8e44335;p=openni2.git change-default-ni-drivers-path Gbp-Pq: Name 0005-change-default-ni-drivers-path.patch --- diff --git a/Source/Core/OniContext.cpp b/Source/Core/OniContext.cpp index 0298f4c..2c5a573 100644 --- a/Source/Core/OniContext.cpp +++ b/Source/Core/OniContext.cpp @@ -24,7 +24,7 @@ #include static const char* ONI_CONFIGURATION_FILE = "/etc/openni2/OpenNI.ini"; -static const char* ONI_DEFAULT_DRIVERS_REPOSITORY = "OpenNI2" XN_FILE_DIR_SEP "Drivers"; +static const char* ONI_DEFAULT_DRIVERS_REPOSITORY = "/usr/lib/" "OpenNI2" XN_FILE_DIR_SEP "Drivers"; #define XN_MASK_ONI_CONTEXT "OniContext"