From a6f0ac13c896cc0a7605478f9406cd933dab781f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 17 Jul 2018 20:26:51 +0200 Subject: [PATCH] kwin: Fix missing xmllint build error Summary: To avoid this build error: Error: Could not find xmllint specify libxslt-native as a dependency. Signed-off-by: Alistair Francis Reviewers: vkrause Reviewed By: vkrause Differential Revision: https://phabricator.kde.org/D14169 --- recipes-plasma/kwin.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-plasma/kwin.inc b/recipes-plasma/kwin.inc index 40b2107..a16b523 100644 --- a/recipes-plasma/kwin.inc +++ b/recipes-plasma/kwin.inc @@ -34,6 +34,7 @@ DEPENDS = " \ fontconfig \ libepoxy \ libinput \ + libxslt-native \ " SRC_URI = " \