Commit abf84210 authored by Florent Revest's avatar Florent Revest

sensorfw: adds a dependency to libhybris which is needed on android platforms

parent a16b4577
......@@ -15,7 +15,7 @@ do_configure_prepend() {
sed -i '/include( doc\/doc.pri )/d' ../git/sensorfw.pro
}
DEPENDS += "qtbase"
DEPENDS += "qtbase libhybris" # libhybris is needed on android platforms
FILES_${PN} += "/usr/lib/sensord-qt5/*.so /usr/lib/sensord-qt5/testing/*.so"
FILES_${PN}-dbg += "/usr/share/sensorfw-tests/ /usr/lib/sensord-qt5/.debug/ /usr/lib/sensord-qt5/testing/.debug/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment