mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-24 19:36:19 +02:00
* 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>
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
# * 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)}"
|
|
|