Added kwindowsystem dependency

It seems that kwindowsystem needs the xfixes library in the zeus and master branches, other branches have not been tested
This commit is contained in:
Rene Leveille
2019-12-03 09:12:25 -05:00
committed by GitHub
parent b12252ee8b
commit 58348b7e65

View File

@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-kf5 cmake_auto_align_paths cmake_lib
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender", "", d)}"
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender libxfixes libxfixes-native", "", d)}"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "1c3e335bf029d0da1f4f6b4f9342ae84"