kio: add krb5 to dependencies

| WARNING: QA Issue: kio rdepends on krb5, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-08-25 17:03:07 +02:00
parent 72877cc46e
commit 7e758c435c

View File

@@ -30,6 +30,11 @@ PACKAGECONFIG[full] = "-DKIOCORE_ONLY=OFF,-DKIOCORE_ONLY=ON, kbookmarks kcomplet
# Note that kdeclarative fails without KIOWidgets
PACKAGECONFIG ??= "full"
# REVISIT make optional
DEPENDS += " \
krb5 \
"
# cross libs / headers
CMAKE_ALIGN_SYSROOT[1] = "KF5KIO, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"
CMAKE_ALIGN_SYSROOT[2] = "KF5KIO, -S${includedir}, -S${STAGING_INCDIR}"