Make qttools and qt5-creator aware of meta-clang

* qttools: we need full qthelp support for upcoming musescore
* qt5-creator: would break without clang support and qttolls with clang support

Have done similar in meta-qt5-extra once I landed the patches in meta-qt5
master & dunfell (since this was done before gategarth it should be fine for
gategarth too)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-12-18 23:18:45 +01:00
parent d98eafeca1
commit 0b8d736787
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# * yeah I know yocto does not want us to change this
# * we have to do this to avoid our qttools change break qt5-creator
PACKAGECONFIG_append = " ${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', ' clang', '', d)}"

View File

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