libkscreen: Add kwayland to DEPENDS

kwayland is a CMake required dependence.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton
2016-04-22 09:48:36 -03:00
committed by Otavio Salvador
parent 8c228d60e9
commit 1a83bf2928

View File

@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
"
DEPENDS += "kwayland"
inherit kde-plasma cmake-lib
DEPENDS += " \
${@bb.utils.contains("DISTRO_FEATURES", "wayland", "kwayland", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \
"