liri-shell: rework RDEPENDS and add qtgraphicaleffects-qmlplugins to it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-12-23 21:32:18 +01:00
parent 3d2fb17a3f
commit 9c25c827cb

View File

@@ -31,8 +31,11 @@ EXTRA_OECMAKE += " \
-DINSTALL_SYSCONFDIR=${sysconfdir} \
"
# for starter scripts (still necessary?)
RDEPENDS_${PN} = "qttools-tools qtwayland-plugins"
RDEPENDS_${PN} += " \
qttools-tools \
qtwayland-plugins \
qtgraphicaleffects-qmlplugins \
"
FILES_${PN} += " \
${systemd_user_unitdir} \