kguiaddons: add qtx11extras to DEPENDS in x11 environments

WARNING: QA Issue: kguiaddons rdepends on qtx11extras, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-09 18:17:55 +01:00
parent 9a18d873b8
commit af5fa55f2a

View File

@@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 cmake-lib
DEPENDS += " \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
"
PV = "${KF5_VERSION}"
SRCREV = "d7f3fdcb23c64b81f1ca86c64884988d760c3c36"
S = "${WORKDIR}/git"