Commit 81c15c1c authored by Florent Revest's avatar Florent Revest

nemo-qml-plugin-configuration: Adds a missing mlite dependency and fixes dbg package split

parent cd5d5753
...@@ -10,5 +10,8 @@ PV = "+git${SRCREV}" ...@@ -10,5 +10,8 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit qmake5 inherit qmake5
DEPENDS += "qtquickcontrols-nemo" DEPENDS += "qtquickcontrols-nemo mlite"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins" RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/configuration/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/configuration/"
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