Skip to content
Snippets Groups Projects
Commit 86bc7904 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

Merge pull request #189 from KristofRobot/freenect-camera

libfreenect: force libraries always into /usr/lib (resolves #187,#188)
parents a9c77249 e2f2fca9
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