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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user