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:
5
extends-meta-qt5/qt5-creator_git.bbappend
Normal file
5
extends-meta-qt5/qt5-creator_git.bbappend
Normal 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)}"
|
||||
|
||||
Reference in New Issue
Block a user