kded: Fix missing xmllint build error

Summary:
To avoid this build error:
    Error: Could not find xmllint
specify libxslt-native as a dependency.

Reviewers: vkrause

Reviewed By: vkrause

Differential Revision: https://phabricator.kde.org/D14171
This commit is contained in:
Alistair Francis
2018-07-17 20:02:16 +02:00
committed by Volker Krause
parent df43958605
commit 32cedc7f0d

View File

@@ -13,6 +13,7 @@ DEPENDS = " \
kio \
kinit \
kservice \
libxslt-native \
"
SRC_URI = " \