kactivitymanagerd: add boost to DEPENDS

| -- The following REQUIRED packages have not been found:
|
|  * Boost (required version >= 1.49)
|
| CMake Error at /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/share/cmake-3.6/Modules/FeatureSummary.cmake:556 (message):
|   feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
|   run.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-11-16 13:31:46 +01:00
parent 00fbf831e3
commit 097c9edf48

View File

@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = " \
inherit kde-plasma
DEPENDS += " \
boost \
kdbusaddons \
ki18n \
kcoreaddons \