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