From 146e5d429d71e9cee263702b3233c266d439b245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 11 Feb 2017 23:02:55 +0100 Subject: [PATCH] lxqt.bbclass: add qttools-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/lxqt.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/lxqt.bbclass b/classes/lxqt.bbclass index eb5b875a..8de070b2 100644 --- a/classes/lxqt.bbclass +++ b/classes/lxqt.bbclass @@ -2,7 +2,7 @@ inherit cmake_qt5 cmake_extra_sanity HOMEPAGE = "http://lxqt.org/" -DEPENDS += "lxqt-build-tools qtbase" +DEPENDS += "lxqt-build-tools qtbase qttools-native" SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master" S = "${WORKDIR}/git"