Commit eefa5a10 authored by Florent Revest's avatar Florent Revest

nemo-qml-plugin-contextkit: Adds a missing statefs-qt dependency and fixes dbg package split

parent 81c15c1c
......@@ -7,10 +7,12 @@ SRC_URI = "git://github.com/nemomobile/nemo-qml-plugin-contextkit.git;protocol=h
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
SEPB = "${S}"
inherit cmake_qt5
S = "${WORKDIR}/git"
B = "${S}"
EXTRA_OECMAKE+="-DUSEQT=5"
DEPENDS += "qtquickcontrols-nemo"
DEPENDS += "qtquickcontrols-nemo statefs-qt"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
FILES_${PN}-dbg += "/usr/lib/qt5/qml/org/freedesktop/contextkit/.debug/"
FILES_${PN} += "/usr/lib/qt5/qml/org/freedesktop/contextkit"
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