From 4eb3cc774fbb4be130146f6dc7c7ad67ec5bf588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 27 Dec 2018 16:43:53 +0100 Subject: [PATCH] liri.bbclass: rework DEPENDS after upgrade of liri-cmake-shared MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/liri.bbclass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/classes/liri.bbclass b/classes/liri.bbclass index 28fe2207..7c93c558 100644 --- a/classes/liri.bbclass +++ b/classes/liri.bbclass @@ -2,7 +2,16 @@ LIRI_GIT_BRANCH ?= "develop" SRC_URI = "git://github.com/lirios/${@'${BPN}'.replace('liri-', '')}.git;protocol=git;branch=${LIRI_GIT_BRANCH}" -DEPENDS += "qtbase qtdeclarative liri-cmake-shared extra-cmake-modules qttools qttools-native" +DEPENDS += " \ + qtwayland-native \ + qttools-native \ + liri-cmake-shared \ + extra-cmake-modules \ + qtbase \ + qttools \ + qtdeclarative \ + qtwayland \ +" inherit cmake_qt5_extra pkgconfig qt5-translation