knotifications: add libxtst to DEPENDS in x11 distros

since Qt5.8 we get
| WARNING: knotifications-5.30.0-r0 do_package_qa: QA Issue: knotifications rdepends on libxtst, but it isn't a build dependency, missing libxtst in DEPENDS or PACKAGECONFIG? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-17 10:23:05 +01:00
parent d51b991ffe
commit 9aa3bb299f

View File

@@ -16,7 +16,7 @@ DEPENDS += " \
kcoreaddons \
phonon \
libdbusmenu-qt5 \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras libxtst", "", d)} \
"
PV = "${KF5_VERSION}"