Commit 3271f59e authored by Florent Revest's avatar Florent Revest

nemo-qml-plugin-connectivity: Makes dependency to qofonoext explicit

parent eff1566b
...@@ -10,7 +10,7 @@ PV = "+git${SRCPV}" ...@@ -10,7 +10,7 @@ PV = "+git${SRCPV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit qmake5 inherit qmake5
DEPENDS += "qtdeclarative qtbase libconnman-qt5" DEPENDS += "qtdeclarative qtbase libconnman-qt5 qofonoext"
FILES_${PN}-dbg += "/opt /usr/lib/qml/Nemo/Connectivity/.debug" FILES_${PN}-dbg += "/opt /usr/lib/qml/Nemo/Connectivity/.debug"
FILES_${PN} += "/usr/lib/qml/Nemo/Connectivity/" FILES_${PN} += "/usr/lib/qml/Nemo/Connectivity/"
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