qt5_drivers.inc: don't call 'append_platform_drv_config'

'append_platform_drv_config' appends to the global 'config' variable,
which seems to cause problems with the order of appending when the
'config' variable does not contain the '<config>' start node yet.
'[platform_drv_config]' can be used instead to append to a local variable.

Fixes #3171
This commit is contained in:
Christian Prochaska 2019-02-19 16:34:39 +01:00 committed by Christian Helmuth
parent 2211d20c1d
commit dcdd3bff94

View File

@ -144,9 +144,7 @@ proc drivers_start_nodes { feature_arg } {
set start_nodes { }
# This function appends to the global 'config' variable, not to the
# 'start_nodes' variable defined above.
append_platform_drv_config
append start_nodes [platform_drv_config]
append_if [use_audio_drv feature] start_nodes {
<start name="audio_drv">