liri.bbclass: rework DEPENDS after upgrade of liri-cmake-shared

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-12-27 16:43:53 +01:00
parent 73f5576cbc
commit 4eb3cc774f

View File

@@ -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