frameworkintegration: add kpackage to DEPENDS

| CMake Error at CMakeLists.txt:39 (find_package):
|   By not providing "FindKF5Package.cmake" in CMAKE_MODULE_PATH this project
|   has asked CMake to find a package configuration file provided by
|   "KF5Package", but CMake did not find one.
|
|   Could not find a package configuration file provided by "KF5Package"
|   (requested version 5.31.0) with any of the following names:
|
|     KF5PackageConfig.cmake
|     kf5package-config.cmake

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-28 13:24:35 +01:00
parent 22245ccd56
commit ec6bc14573

View File

@@ -13,6 +13,7 @@ DEPENDS += " \
knotifications \
kwidgetsaddons \
knewstuff \
kpackage \
"
RRECCOMENDS_${PN} += "oxygen-fonts"