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:
@@ -13,6 +13,7 @@ DEPENDS += " \
|
||||
knotifications \
|
||||
kwidgetsaddons \
|
||||
knewstuff \
|
||||
kpackage \
|
||||
"
|
||||
|
||||
RRECCOMENDS_${PN} += "oxygen-fonts"
|
||||
|
||||
Reference in New Issue
Block a user