From fd148781bea34f12917a3e500df5bc0f44a4625e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 15 Jan 2014 19:01:34 +0100 Subject: [PATCH] qtaccountsservice: add DEPENDS on qtdeclarative MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-maui/qtaccountsservice/qtaccountsservice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-maui/qtaccountsservice/qtaccountsservice_git.bb b/recipes-maui/qtaccountsservice/qtaccountsservice_git.bb index 506d868f..2ce4f2ab 100644 --- a/recipes-maui/qtaccountsservice/qtaccountsservice_git.bb +++ b/recipes-maui/qtaccountsservice/qtaccountsservice_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" inherit cmake_qt5 pkgconfig -DEPENDS = "qtbase" +DEPENDS = "qtbase qtdeclarative" SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=stable" SRCREV = "2e919a648434bcf1391b244b09b469020094cf68"