lxqt.bbclass: add qttools-native to DEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-11 23:02:55 +01:00
parent 83ab0ee44b
commit 146e5d429d

View File

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