From 1ebaf7d827f4c413b624d68d2c8b062794a19ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 26 Apr 2015 20:48:38 +0200 Subject: [PATCH] add qtbase-plugins to RRECOMMENDS for applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit with this they should work out of the box Signed-off-by: Andreas Müller --- classes/kde-apps.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/kde-apps.bbclass b/classes/kde-apps.bbclass index fa8b5108..5f279c08 100644 --- a/classes/kde-apps.bbclass +++ b/classes/kde-apps.bbclass @@ -3,3 +3,5 @@ inherit kde-base KDE_APP_VERSION = "15.04.0" SRC_URI = "http://download.kde.org/stable/applications/${KDE_APP_VERSION}/src/${BPN}-${PV}.tar.xz" + +RRECOMMENDS_${PN} += "qtbase-plugins"