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:
Luis Gustavo S. Barreto
2016-04-01 17:10:50 +00:00
parent d37f30b27d
commit 3a8e63b94c

View File

@@ -6,4 +6,7 @@ SRC_URI += " \
file://0002-native-build-and-install-icemaker-only.patch \
"
DEPENDS += "libpcre-native"
DEPENDS += " \
libpcre-native \
kdoctools \
"