kdbusaddons: add qtx11extras to DEPENDS for x11 environments

WARNING: QA Issue: kdbusaddons 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:09:51 +01:00
parent 6667a6c4a2
commit f81d46c912

View File

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