From 7935e5d4851e2df91ee8121d2a6159424446b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 3 Aug 2018 14:10:19 +0200 Subject: [PATCH] kwin: add fontconfig to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was reported in [1] [1] https://github.com/schnitzeltony/meta-qt5-extra/issues/51 Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/kwin/kwin.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kde/plasma/untier/kwin/kwin.bb b/recipes-kde/plasma/untier/kwin/kwin.bb index 4b0f5808..62729ccd 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -12,6 +12,7 @@ inherit kde-plasma distro_features_check gettext DEPENDS += " \ libinput \ qtsensors \ + fontconfig \ \ kauth-native \ kconfig \