From 58348b7e65869515130d6216ef77b54e0e8b8e00 Mon Sep 17 00:00:00 2001 From: Rene Leveille Date: Tue, 3 Dec 2019 09:12:25 -0500 Subject: [PATCH] Added kwindowsystem dependency It seems that kwindowsystem needs the xfixes library in the zeus and master branches, other branches have not been tested --- recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index c9b646dd..e259abf8 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -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"