Skip to content
Snippets Groups Projects
Commit e2f2fca9 authored by Kristof Robot's avatar Kristof Robot
Browse files

libfreenect: force libraries always into /usr/lib (resolves #187,#188)

parent db09f821
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,8 @@ inherit cmake
S = "${WORKDIR}/libfreenect-${PV}"
#force libs always into /usr/lib, even when compiling on 64bit arch
EXTRA_OECMAKE += " -DLIB_SUFFIX=''"
FILES_${PN}-dev += "${libdir}/fakenect/libfreenect.so.0.1 ${libdir}/fakenect/libfreenect.so ${libdir}/fakenect/libfreenect.so.0.1.2"
FILES_${PN}-dbg += "${libdir}/fakenect/.debug"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment