From fe3eaaf28a973a8c52b304ba92a9750f2df06d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 7 Jan 2015 08:18:58 +0100 Subject: [PATCH] pss-framework: add plasma-framework to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/pss-framework/pss-framework_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-hawaii/pss-framework/pss-framework_git.bb b/recipes-hawaii/pss-framework/pss-framework_git.bb index a8d18fa1..11a0e2c9 100644 --- a/recipes-hawaii/pss-framework/pss-framework_git.bb +++ b/recipes-hawaii/pss-framework/pss-framework_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" inherit cmake_qt5 -DEPENDS = "qtbase qtdeclarative qtquickcontrols" +DEPENDS = "qtbase qtdeclarative qtquickcontrols plasma-framework" SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=master" SRCREV = "292a7d4891b47f44cb3dcf896749ade9330e6ae0"