qt5-creator: enable clang/qdoc if meta-clang is in layers

* we need to follow qttools otherwise build breaks
* clang pasing support is a must have feature

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-08-18 07:53:29 +02:00
parent 8abd9f2388
commit 724570faba

View File

@@ -0,0 +1,5 @@
inherit cmake_extra_sanity
# yeah I know yocto does not want us to change this
PACKAGECONFIG_append = " ${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', ' clang', '', d)}"