From a4821adae4696b2257e73b24813d857c1987ff02 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 27 Apr 2019 12:23:51 +0200 Subject: [PATCH] libkgapi: add kcoreaddons to host deps --- srcpkgs/libkgapi/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libkgapi/template b/srcpkgs/libkgapi/template index f41ed54c2fe..f61ee0ea784 100644 --- a/srcpkgs/libkgapi/template +++ b/srcpkgs/libkgapi/template @@ -3,7 +3,8 @@ pkgname=libkgapi version=19.04.0 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake python3" +hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake python3 + kcoreaddons" makedepends="kcalcore-devel kcontacts-devel kio-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel" short_desc="KDE-based library for accessing various Google services"