kjs-native: add kdoctools to DEPENDS
CMake triggers the build error: | CMake Error at CMakeLists.txt:52 (find_package): | By not providing "FindKF5DocTools.cmake" in CMAKE_MODULE_PATH this project | has asked CMake to find a package configuration file provided by | "KF5DocTools", but CMake did not find one. Fix this adding koctools as dependency. Signed-off-by: Luis Gustavo S. Barreto <gustavo@ossystems.com.br>
This commit is contained in:
@@ -6,4 +6,7 @@ SRC_URI += " \
|
||||
file://0002-native-build-and-install-icemaker-only.patch \
|
||||
"
|
||||
|
||||
DEPENDS += "libpcre-native"
|
||||
DEPENDS += " \
|
||||
libpcre-native \
|
||||
kdoctools \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user