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

libfreenect: generalizing lib reference (resolves #185)

parent 78b4c880
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@ inherit cmake
S = "${WORKDIR}/libfreenect-${PV}"
FILES_${PN}-dev += "/usr/lib/fakenect/libfreenect.so.0.1 /usr/lib/fakenect/libfreenect.so /usr/lib/fakenect/libfreenect.so.0.1.2"
FILES_${PN}-dbg += "/usr/lib/fakenect/.debug"
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