From a6e53abc5162f88e2faea1066f502754f6fe3aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 5 Nov 2019 10:20:03 +0100 Subject: [PATCH] sonnet: add qttools to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier1/sonnet/sonnet.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.bb b/recipes-kde/kf5/tier1/sonnet/sonnet.bb index a64f6633..e54f9bec 100644 --- a/recipes-kde/kf5/tier1/sonnet/sonnet.bb +++ b/recipes-kde/kf5/tier1/sonnet/sonnet.bb @@ -1,5 +1,7 @@ require ${BPN}.inc +DEPENDS += "qttools" + SRC_URI += " \ file://0001-Make-our-cross-build-find-parsetrigrams.patch \ file://0002-make-build-of-hunspell-optional.patch \