From f4291fb00752f2e846f6f384f357fd016a42c417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Feb 2015 18:07:11 +0100 Subject: [PATCH] plasma-workspace: add qttools-tools to RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit startkde requires at least qtdbus Signed-off-by: Andreas Müller --- recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb index a73d3ff7..78a28225 100644 --- a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb +++ b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb @@ -90,3 +90,6 @@ FILES_${PN}-dev = " \ ${libdir}/libplasma-geolocation-interface.so \ ${libdir}/libtaskmanager.so \ " + +# startkde requires at least qtdbus +RDEPENDS_${PN} += "qttools-tools"